Skip to content

Commit

Permalink
chore(master): release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and mattnichols committed May 16, 2023
1 parent eb63259 commit c6abdc5
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.0.1"
".": "4.0.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [4.0.0](https://github.com/mxenabled/path-facilities/compare/v3.0.1...v4.0.0) (2023-05-16)


### ⚠ BREAKING CHANGES

* apply v2 upgrade script

### Code Refactoring

* apply v2 upgrade script ([3c2de8c](https://github.com/mxenabled/path-facilities/commit/3c2de8c05230d76a56e32ec99d3091f5f7a24a1a))

## [3.0.1](https://github.com/mxenabled/path-facilities/compare/v3.0.0...v3.0.1) (2023-04-03)


Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ _Gradle_
<!-- x-release-please-start-version -->
```groovy
dependencies {
api platform("com.mx.path-facilities:platform:3.0.1")
api platform("com.mx.path-facilities:platform:4.0.0")
implementation "com.mx.path-facilities:store-redis"
implementation "com.mx.path-facilities:store-vault"
Expand All @@ -41,13 +41,13 @@ _Gradle_
<!-- x-release-please-start-version -->
```groovy
dependencies {
implementation "com.mx.path-facilities:store-redis:3.0.1"
implementation "com.mx.path-facilities:store-vault:3.0.1"
implementation "com.mx.path-facilities:encryption-service-vault:3.0.1"
implementation "com.mx.path-facilities:encryption-service-jasypt:3.0.1"
implementation "com.mx.path-facilities:message-broker-nats:3.0.1"
implementation "com.mx.path-facilities:fault-tolerant-executor-resilience4j:3.0.1"
implementation "com.mx.path-facilities:exception-reporter-honeybadger:3.0.1"
implementation "com.mx.path-facilities:store-redis:4.0.0"
implementation "com.mx.path-facilities:store-vault:4.0.0"
implementation "com.mx.path-facilities:encryption-service-vault:4.0.0"
implementation "com.mx.path-facilities:encryption-service-jasypt:4.0.0"
implementation "com.mx.path-facilities:message-broker-nats:4.0.0"
implementation "com.mx.path-facilities:fault-tolerant-executor-resilience4j:4.0.0"
implementation "com.mx.path-facilities:exception-reporter-honeybadger:4.0.0"
}
```
<!-- x-release-please-end -->
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id "io.github.gradle-nexus.publish-plugin" version "1.1.0"
}

version "4.0.0-rc.3" // x-release-please-version
version "4.0.0" // x-release-please-version

def platformProject = "platform"

Expand Down

0 comments on commit c6abdc5

Please sign in to comment.