Skip to content

Commit

Permalink
Updated Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tgeens committed Oct 4, 2022
1 parent 0cc453c commit 4a72f06
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## 0.4.0 - 2022-10-04

Fixed:
* [#9] - Fixed release to Maven Central via Sonatype

Changed:
* [#8] - Moved packages to `com.contentgrid.opa`
* [#7] - Moved maven group coordinates to `com.contentgrid.opa-java-client`
Expand All @@ -17,6 +20,8 @@ Housekeeping:

[#6]: https://github.com/xenit-eu/opa-java-client/pull/6
[#7]: https://github.com/xenit-eu/opa-java-client/pull/7
[#8]: https://github.com/xenit-eu/opa-java-client/pull/8
[#9]: https://github.com/xenit-eu/opa-java-client/pull/9

## 0.3.0 - 2021-12-09

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ nexusPublishing {

allprojects {
pluginManager.withPlugin('maven-publish') {
apply from: "${rootDir}/gradle/publish.gradle"
apply from: "${rootDir}/gradle/publish.gradle"
}
pluginManager.withPlugin('java') {
java {
Expand Down

0 comments on commit 4a72f06

Please sign in to comment.