diff --git a/CHANGELOG.md b/CHANGELOG.md index 32f7df1f..0cbdd9a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.8.1](https://www.github.com/googleapis/java-shared-config/compare/v0.8.0...v0.8.1) (2020-06-15) + + +### Bug Fixes + +* bump flatten plugin version to fix missing version in profile section issue ([#159](https://www.github.com/googleapis/java-shared-config/issues/159)) ([5b34939](https://www.github.com/googleapis/java-shared-config/commit/5b349399a590b589718b7049f66c82ee38742372)) + ## [0.8.0](https://www.github.com/googleapis/java-shared-config/compare/v0.7.0...v0.8.0) (2020-06-10) diff --git a/README.md b/README.md index 6f73a9b2..fa531ae6 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.8.0 + 0.8.1 ``` diff --git a/pom.xml b/pom.xml index 2313cc77..77083031 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-shared-config pom - 0.8.0 + 0.8.1 Google Cloud https://github.com/googleapis/java-shared-config @@ -223,7 +223,7 @@ org.codehaus.mojo flatten-maven-plugin - 1.2.2 + 1.2.3 diff --git a/versions.txt b/versions.txt index ee8fe3cc..53b494ef 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-shared-config:0.8.0:0.8.0 +google-cloud-shared-config:0.8.1:0.8.1