diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f28d7b24ba1b..85a37b0fb11d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -315,7 +315,7 @@ "google-cloud-discovery_engine-v1beta+FILLER": "0.0.0", "google-cloud-dlp": "1.6.2", "google-cloud-dlp+FILLER": "0.0.0", - "google-cloud-dlp-v2": "1.3.1", + "google-cloud-dlp-v2": "1.4.0", "google-cloud-dlp-v2+FILLER": "0.0.0", "google-cloud-dns": "1.0.0", "google-cloud-dns+FILLER": "0.0.0", diff --git a/google-cloud-dlp-v2/CHANGELOG.md b/google-cloud-dlp-v2/CHANGELOG.md index 14d9db9f291b..1718be1c8ce6 100644 --- a/google-cloud-dlp-v2/CHANGELOG.md +++ b/google-cloud-dlp-v2/CHANGELOG.md @@ -1,5 +1,12 @@ # Release History +### 1.4.0 (2024-09-29) + +#### Features + +* Support for publishing findings to Google Security Operations and Security Command Center +* Support for starting locations and discovery targets in other clouds + ### 1.3.1 (2024-08-30) #### Documentation diff --git a/google-cloud-dlp-v2/lib/google/cloud/dlp/v2/version.rb b/google-cloud-dlp-v2/lib/google/cloud/dlp/v2/version.rb index 28126fa06504..be81f2c449e7 100644 --- a/google-cloud-dlp-v2/lib/google/cloud/dlp/v2/version.rb +++ b/google-cloud-dlp-v2/lib/google/cloud/dlp/v2/version.rb @@ -21,7 +21,7 @@ module Google module Cloud module Dlp module V2 - VERSION = "1.3.1" + VERSION = "1.4.0" end end end