Skip to content

Commit

Permalink
chore(main): release logging 1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Nov 4, 2024
1 parent 77b3ccc commit 1fd120b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest-individual.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"datastore": "1.20.0",
"errorreporting": "0.3.1",
"firestore": "1.17.0",
"logging": "1.12.0",
"logging": "1.12.1",
"profiler": "0.4.1",
"pubsub": "1.45.1",
"pubsublite": "1.8.2",
Expand Down
9 changes: 8 additions & 1 deletion logging/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changes

## [1.12.1](https://github.com/googleapis/google-cloud-go/compare/logging/v1.12.0...logging/v1.12.1) (2024-11-04)


### Bug Fixes

* **logging:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e))
* **logging:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e))

## [1.12.0](https://github.com/googleapis/google-cloud-go/compare/logging/v1.11.0...logging/v1.12.0) (2024-10-16)


Expand Down Expand Up @@ -202,4 +210,3 @@

This is the first tag to carve out logging as its own module. See:
https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository.

2 changes: 1 addition & 1 deletion logging/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.12.0"
const Version = "1.12.1"

0 comments on commit 1fd120b

Please sign in to comment.