diff --git a/CHANGELOG.md b/CHANGELOG.md index 6af7ef87..0302c540 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.0](https://github.com/googleapis/java-shared-config/compare/v1.5.8...v1.6.0) (2023-10-17) + + +### Features + +* Add graal-sdk dependency management to java-shared-config ([#683](https://github.com/googleapis/java-shared-config/issues/683)) ([5cd1d84](https://github.com/googleapis/java-shared-config/commit/5cd1d84bf2d68dbe8f9fa7e02d9065082bd56726)) + ## [1.5.8](https://github.com/googleapis/java-shared-config/compare/v1.5.7...v1.5.8) (2023-10-05) diff --git a/pom.xml b/pom.xml index 84ea7cb3..6584a63a 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.google.cloud google-cloud-shared-config pom - 1.5.9-SNAPSHOT + 1.6.0 Google Cloud https://github.com/googleapis/java-shared-config diff --git a/versions.txt b/versions.txt index e1e1a33d..5a80366a 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-shared-config:1.5.8:1.5.9-SNAPSHOT +google-cloud-shared-config:1.6.0:1.6.0