Skip to content

Commit

Permalink
chore(master): release 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and meotch committed Mar 26, 2024
1 parent b75bf8e commit ce39753
Show file tree
Hide file tree
Showing 4 changed files with 19 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 @@
{
".": "5.0.0"
".": "5.0.1"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@

* upgrade to core:3.0.0 ([79dbbf5](https://github.com/mxenabled/path-facilities/commit/79dbbf5e773fa3b15759c18ff088899707d774c3))

## [5.0.1](https://github.com/mxenabled/path-facilities/compare/5.0.0...v5.0.1) (2024-03-26)


### Bug Fixes

* clarify vault error messages ([d3e9d7f](https://github.com/mxenabled/path-facilities/commit/d3e9d7f3ee4b94671994bba5606d6ade76032121))
* drop setting min_available_version ([b75bf8e](https://github.com/mxenabled/path-facilities/commit/b75bf8e4514e6a4da9ad77fd59f1e351899e5bcb))
* update minVersion on /config endpoint ([ed83f9a](https://github.com/mxenabled/path-facilities/commit/ed83f9ab78120b34a6e9ff0dc695f1cd9f63b460))

## [4.0.1](https://github.com/mxenabled/path-facilities/compare/v4.0.0...4.0.1) (2023-06-06)


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:5.0.0")
api platform("com.mx.path-facilities:platform:5.0.1")
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:5.0.0"
implementation "com.mx.path-facilities:store-vault:5.0.0"
implementation "com.mx.path-facilities:encryption-service-vault:5.0.0"
implementation "com.mx.path-facilities:encryption-service-jasypt:5.0.0"
implementation "com.mx.path-facilities:message-broker-nats:5.0.0"
implementation "com.mx.path-facilities:fault-tolerant-executor-resilience4j:5.0.0"
implementation "com.mx.path-facilities:exception-reporter-honeybadger:5.0.0"
implementation "com.mx.path-facilities:store-redis:5.0.1"
implementation "com.mx.path-facilities:store-vault:5.0.1"
implementation "com.mx.path-facilities:encryption-service-vault:5.0.1"
implementation "com.mx.path-facilities:encryption-service-jasypt:5.0.1"
implementation "com.mx.path-facilities:message-broker-nats:5.0.1"
implementation "com.mx.path-facilities:fault-tolerant-executor-resilience4j:5.0.1"
implementation "com.mx.path-facilities:exception-reporter-honeybadger:5.0.1"
}
```
<!-- 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 "5.0.0" // x-release-please-version
version "5.0.1" // x-release-please-version

def platformProject = "platform"

Expand Down

0 comments on commit ce39753

Please sign in to comment.