Skip to content

Commit

Permalink
chore(main): release logging 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Feb 11, 2022
1 parent d1ad921 commit ace9e6b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest-submodules.json
Expand Up @@ -55,7 +55,7 @@
"kms": "1.2.0",
"language": "1.0.0",
"lifesciences": "0.1.0",
"logging": "1.4.2",
"logging": "1.5.0",
"managedidentities": "1.0.1",
"mediatranslation": "0.1.0",
"memcache": "1.0.0",
Expand Down
12 changes: 12 additions & 0 deletions logging/CHANGES.md
@@ -1,5 +1,17 @@
# Changes

## [1.5.0](https://github.com/googleapis/google-cloud-go/compare/logging/v1.4.2...logging/v1.5.0) (2022-02-11)


### Features

* **logging:** add better version metadata to calls ([d1ad921](https://github.com/googleapis/google-cloud-go/commit/d1ad921d0322e7ce728ca9d255a3cf0437d26add))


### Bug Fixes

* **logging:** remove instance_name resource label ([#5461](https://github.com/googleapis/google-cloud-go/issues/5461)) ([115385f](https://github.com/googleapis/google-cloud-go/commit/115385f066ee54cf35a093749bc2673a17b3fa08))

### [1.4.2](https://www.github.com/googleapis/google-cloud-go/compare/logging/v1.4.1...logging/v1.4.2) (2021-05-20)


Expand Down
2 changes: 1 addition & 1 deletion logging/internal/version.go
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.4.2"
const Version = "1.5.0"

0 comments on commit ace9e6b

Please sign in to comment.