diff --git a/.release-please-manifest-individual.json b/.release-please-manifest-individual.json index 962a661cc2b5..739994e5cf84 100644 --- a/.release-please-manifest-individual.json +++ b/.release-please-manifest-individual.json @@ -4,7 +4,7 @@ "bigquery": "1.65.0", "bigtable": "1.33.0", "datastore": "1.20.0", - "errorreporting": "0.3.2", + "errorreporting": "0.3.3", "firestore": "1.17.0", "logging": "1.12.0", "profiler": "0.4.2", diff --git a/errorreporting/CHANGES.md b/errorreporting/CHANGES.md index bdc167277c8d..505f00cfaae1 100644 --- a/errorreporting/CHANGES.md +++ b/errorreporting/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [0.3.3](https://github.com/googleapis/google-cloud-go/compare/errorreporting/v0.3.2...errorreporting/v0.3.3) (2024-12-27) + + +### Bug Fixes + +* **errorreporting:** Update golang.org/x/net to v0.33.0 ([e9b0b69](https://github.com/googleapis/google-cloud-go/commit/e9b0b69644ea5b276cacff0a707e8a5e87efafc9)) + ## [0.3.2](https://github.com/googleapis/google-cloud-go/compare/errorreporting/v0.3.1...errorreporting/v0.3.2) (2024-12-10) diff --git a/errorreporting/internal/version.go b/errorreporting/internal/version.go index 39297c6d9a08..9ad2a9225a8d 100644 --- a/errorreporting/internal/version.go +++ b/errorreporting/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.3.2" +const Version = "0.3.3"