diff --git a/CHANGELOG.md b/CHANGELOG.md index fe1b8b96..70b0d703 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.7.0](https://github.com/googleapis/java-shared-config/compare/v1.6.1...v1.7.0) (2023-12-04) + + +### Features + +* Separate native-image-shared-config into its own module ([#712](https://github.com/googleapis/java-shared-config/issues/712)) ([567fecb](https://github.com/googleapis/java-shared-config/commit/567fecb2fd80bd6e2fe509e4c2a97685f35e2b84)) + ## [1.6.1](https://github.com/googleapis/java-shared-config/compare/v1.6.0...v1.6.1) (2023-10-31) diff --git a/java-shared-config/pom.xml b/java-shared-config/pom.xml index aacc4a29..2bc24ed0 100644 --- a/java-shared-config/pom.xml +++ b/java-shared-config/pom.xml @@ -6,7 +6,7 @@ com.google.cloud google-cloud-shared-config pom - 1.6.2-SNAPSHOT + 1.7.0 Google Cloud Shared Config https://github.com/googleapis/java-shared-config @@ -16,7 +16,7 @@ com.google.cloud native-image-shared-config - 1.6.2-SNAPSHOT + 1.7.0 ../native-image-shared-config diff --git a/native-image-shared-config/pom.xml b/native-image-shared-config/pom.xml index 9dac34bc..540b3524 100644 --- a/native-image-shared-config/pom.xml +++ b/native-image-shared-config/pom.xml @@ -6,7 +6,7 @@ com.google.cloud native-image-shared-config pom - 1.6.2-SNAPSHOT + 1.7.0 Native Image Shared Config https://github.com/googleapis/java-shared-config diff --git a/versions.txt b/versions.txt index 57cf7238..50a78606 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-shared-config:1.6.1:1.6.2-SNAPSHOT +google-cloud-shared-config:1.7.0:1.7.0