diff --git a/.release-please-manifest-individual.json b/.release-please-manifest-individual.json index 186ae9a89956..7a1c20df3085 100644 --- a/.release-please-manifest-individual.json +++ b/.release-please-manifest-individual.json @@ -8,7 +8,7 @@ "datastore": "1.17.0", "errorreporting": "0.3.0", "firestore": "1.15.0", - "logging": "1.10.0", + "logging": "1.11.0", "profiler": "0.4.0", "pubsub": "1.38.0", "pubsublite": "1.8.1", diff --git a/logging/CHANGES.md b/logging/CHANGES.md index 799ab3ec86fa..bf53288ccbc3 100644 --- a/logging/CHANGES.md +++ b/logging/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.11.0](https://github.com/googleapis/google-cloud-go/compare/logging/v1.10.0...logging/v1.11.0) (2024-05-22) + + +### Features + +* **logging:** OpenTelemetry trace/span ID integration for Go logging library ([#10030](https://github.com/googleapis/google-cloud-go/issues/10030)) ([c6711b8](https://github.com/googleapis/google-cloud-go/commit/c6711b83cb6f9f35032e69a40632b7268fcdbd0a)) + ## [1.10.0](https://github.com/googleapis/google-cloud-go/compare/logging/v1.9.0...logging/v1.10.0) (2024-05-15) diff --git a/logging/internal/version.go b/logging/internal/version.go index 1850527884a3..77cefca24d54 100644 --- a/logging/internal/version.go +++ b/logging/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.10.0" +const Version = "1.11.0"