Skip to content

Commit

Permalink
chore(master): release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and mattnichols committed Oct 27, 2022
1 parent b6de52d commit efeef19
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 9 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 @@
{
".": "1.1.0"
".": "1.2.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.0](https://github.com/mxenabled/path-facilities/compare/v1.1.0...1.2.0) (2022-10-27)


### Features

* publish javadoc and sources artifact ([8c2fd7b](https://github.com/mxenabled/path-facilities/commit/8c2fd7bf5f62b1f04f84f0a7696b4e6c46e6b371))

## [1.1.0](https://github.com/mxenabled/path-facilities/compare/v1.0.0...v1.1.0) (2022-10-19)


Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ _Gradle_
<!-- x-release-please-start-version -->
```groovy
dependencies {
implementation "com.github.mxenabled.path-facilities:store-redis:1.1.0"
implementation "com.github.mxenabled.path-facilities:store-vault:1.1.0"
implementation "com.github.mxenabled.path-facilities:encryption-service-vault:1.1.0"
implementation "com.github.mxenabled.path-facilities:encryption-service-jasypt:1.1.0"
implementation "com.github.mxenabled.path-facilities:message-broker-nats:1.1.0"
implementation "com.github.mxenabled.path-facilities:fault-tolerant-executor-resilience4j:1.1.0"
implementation "com.github.mxenabled.path-facilities:exception-reporter-honeybadger:1.1.0"
implementation "com.github.mxenabled.path-facilities:store-redis:1.2.0"
implementation "com.github.mxenabled.path-facilities:store-vault:1.2.0"
implementation "com.github.mxenabled.path-facilities:encryption-service-vault:1.2.0"
implementation "com.github.mxenabled.path-facilities:encryption-service-jasypt:1.2.0"
implementation "com.github.mxenabled.path-facilities:message-broker-nats:1.2.0"
implementation "com.github.mxenabled.path-facilities:fault-tolerant-executor-resilience4j:1.2.0"
implementation "com.github.mxenabled.path-facilities:exception-reporter-honeybadger:1.2.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.freefair.lombok" version "6.5.1" apply false
}

version "1.1.0" // x-release-please-version
version "1.2.0" // x-release-please-version

allprojects {
group "com.github.mxenabled.path-facilities"
Expand Down

0 comments on commit efeef19

Please sign in to comment.