diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2797c022c505..49b80da0752c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -229,7 +229,7 @@ "google-cloud-channel+FILLER": "0.0.0", "google-cloud-channel-v1": "2.6.0", "google-cloud-channel-v1+FILLER": "0.0.0", - "google-cloud-chronicle": "0.6.0", + "google-cloud-chronicle": "0.7.0", "google-cloud-chronicle+FILLER": "0.0.0", "google-cloud-chronicle-v1": "0.9.0", "google-cloud-chronicle-v1+FILLER": "0.0.0", diff --git a/google-cloud-chronicle/CHANGELOG.md b/google-cloud-chronicle/CHANGELOG.md index 07bc9dac7f04..057fab3be6e7 100644 --- a/google-cloud-chronicle/CHANGELOG.md +++ b/google-cloud-chronicle/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### 0.7.0 (2026-07-08) + +#### Features + +* GA FindingsRefinementService Client libraries ([#34708](https://github.com/googleapis/google-cloud-ruby/issues/34708)) + ### 0.6.0 (2026-06-18) #### Features diff --git a/google-cloud-chronicle/lib/google/cloud/chronicle/version.rb b/google-cloud-chronicle/lib/google/cloud/chronicle/version.rb index ae911c82aeb1..17e9af033412 100644 --- a/google-cloud-chronicle/lib/google/cloud/chronicle/version.rb +++ b/google-cloud-chronicle/lib/google/cloud/chronicle/version.rb @@ -20,7 +20,7 @@ module Google module Cloud module Chronicle - VERSION = "0.6.0" + VERSION = "0.7.0" end end end