From c9f2a1f782419a5ac5af5b3df88b8aeea6bc2bdb Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 18:57:23 +0000 Subject: [PATCH] chore(main): release logging 1.6.0 --- .release-please-manifest-individual.json | 2 +- logging/CHANGES.md | 12 ++++++++++++ logging/internal/version.go | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest-individual.json b/.release-please-manifest-individual.json index b54ac69c25f7..8c47d929a31d 100644 --- a/.release-please-manifest-individual.json +++ b/.release-please-manifest-individual.json @@ -4,7 +4,7 @@ "datastore": "1.9.0", "errorreporting": "0.3.0", "firestore": "1.8.0", - "logging": "1.5.0", + "logging": "1.6.0", "profiler": "0.3.0", "pubsub": "1.26.0", "pubsublite": "1.4.1", diff --git a/logging/CHANGES.md b/logging/CHANGES.md index b9b91392d43f..194acb86c917 100644 --- a/logging/CHANGES.md +++ b/logging/CHANGES.md @@ -1,5 +1,17 @@ # Changes +## [1.6.0](https://github.com/googleapis/google-cloud-go/compare/logging/v1.5.0...logging/v1.6.0) (2022-11-22) + + +### Features + +* **logging:** start generating proto stubs ([0eb700d](https://github.com/googleapis/google-cloud-go/commit/0eb700d17c4cac56f59038f0f3ae5a65257a3d38)) + + +### Bug Fixes + +* **logging:** Fix stdout log http request format ([#7083](https://github.com/googleapis/google-cloud-go/issues/7083)) ([2894e66](https://github.com/googleapis/google-cloud-go/commit/2894e66be7ff7536f725ede453d1834586a361bd)) + ## [1.5.0](https://github.com/googleapis/google-cloud-go/compare/logging/v1.4.2...logging/v1.5.0) (2022-06-25) diff --git a/logging/internal/version.go b/logging/internal/version.go index e93235c20322..05d3396f1001 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.5.0" +const Version = "1.6.0"