diff --git a/.release-please-manifest-individual.json b/.release-please-manifest-individual.json index e37f4d383f70..ce72da5e0f3d 100644 --- a/.release-please-manifest-individual.json +++ b/.release-please-manifest-individual.json @@ -6,7 +6,7 @@ "bigquery": "1.61.0", "bigtable": "1.25.0", "datastore": "1.17.1", - "errorreporting": "0.3.0", + "errorreporting": "0.3.1", "firestore": "1.15.0", "logging": "1.10.0", "profiler": "0.4.1", diff --git a/errorreporting/CHANGES.md b/errorreporting/CHANGES.md index 1c5ec928567c..394d12c8bf19 100644 --- a/errorreporting/CHANGES.md +++ b/errorreporting/CHANGES.md @@ -1,5 +1,14 @@ # Changes +## [0.3.1](https://github.com/googleapis/google-cloud-go/compare/errorreporting/v0.3.0...errorreporting/v0.3.1) (2024-07-01) + + +### Bug Fixes + +* **errorreporting:** Add internaloption.WithDefaultEndpointTemplate ([3b41408](https://github.com/googleapis/google-cloud-go/commit/3b414084450a5764a0248756e95e13383a645f90)) +* **errorreporting:** Bump x/net to v0.24.0 ([ba31ed5](https://github.com/googleapis/google-cloud-go/commit/ba31ed5fda2c9664f2e1cf972469295e63deb5b4)) +* **errorreporting:** Update protobuf dep to v1.33.0 ([30b038d](https://github.com/googleapis/google-cloud-go/commit/30b038d8cac0b8cd5dd4761c87f3f298760dd33a)) + ## [0.3.0](https://github.com/googleapis/google-cloud-go/compare/errorreporting/v0.2.0...errorreporting/v0.3.0) (2022-11-17) @@ -19,4 +28,3 @@ This is the first tag to carve out errorreporting as its own module. See [Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository). - diff --git a/errorreporting/internal/version.go b/errorreporting/internal/version.go index 2d40693cc33f..f244b8b5238a 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.0" +const Version = "0.3.1"