diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index bc732fca3c05..69f67942301e 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -5,7 +5,7 @@ "ai": "0.1.1", "aiplatform": "1.47.0", "alloydb": "1.3.0", - "analytics": "0.21.2", + "analytics": "0.21.3", "apigateway": "1.6.1", "apigeeconnect": "1.6.1", "apigeeregistry": "0.7.1", diff --git a/analytics/CHANGES.md b/analytics/CHANGES.md index 65deaaf71079..43c312585de4 100644 --- a/analytics/CHANGES.md +++ b/analytics/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [0.21.3](https://github.com/googleapis/google-cloud-go/compare/analytics/v0.21.2...analytics/v0.21.3) (2023-07-27) + + +### Bug Fixes + +* **analytics/admin:** Update the `ReportingAttributionModel` enum to rename `CROSS_CHANNEL_DATA_DRIVEN` to `PAID_AND_ORGANIC_CHANNELS_DATA_DRIVEN`, `CROSS_CHANNEL_LAST_CLICK` to `PAID_AND_ORGANIC_CHANNELS_LAST_CLICK`, `CROSS_CHANNEL_FIRST_CLICK` to `... ([#8330](https://github.com/googleapis/google-cloud-go/issues/8330)) ([f7939e0](https://github.com/googleapis/google-cloud-go/commit/f7939e093159a40d8be0ca4a60284b5bad524ae5)) + ## [0.21.2](https://github.com/googleapis/google-cloud-go/compare/analytics/v0.21.1...analytics/v0.21.2) (2023-06-27) diff --git a/analytics/internal/version.go b/analytics/internal/version.go index 054df598466b..0eddd8790141 100644 --- a/analytics/internal/version.go +++ b/analytics/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.21.2" +const Version = "0.21.3"