diff --git a/CHANGELOG.md b/CHANGELOG.md index 265cea0a..a0020996 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.9.3](https://www.github.com/googleapis/java-shared-config/compare/v0.9.2...v0.9.3) (2020-10-15) + + +### Dependencies + +* update auto-value-annotation.version to v1.7.4 ([#157](https://www.github.com/googleapis/java-shared-config/issues/157)) ([5d7e394](https://www.github.com/googleapis/java-shared-config/commit/5d7e394d964010a3e32af492cec4be85aabc3ebf)) + ### [0.9.2](https://www.github.com/googleapis/java-shared-config/compare/v0.9.1...v0.9.2) (2020-07-02) diff --git a/README.md b/README.md index fa90965c..58ee5813 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ If you are using Maven, use this artifact as your project's parent. com.google.cloud google-cloud-shared-config - 0.9.2 + 0.9.3 ``` diff --git a/pom.xml b/pom.xml index 470a909c..7d0a5df8 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-shared-config pom - 0.9.3-SNAPSHOT + 0.9.3 Google Cloud https://github.com/googleapis/java-shared-config diff --git a/versions.txt b/versions.txt index 61b87d85..2aac9d0a 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-shared-config:0.9.2:0.9.3-SNAPSHOT +google-cloud-shared-config:0.9.3:0.9.3