Skip to content

Commit

Permalink
chore(main): release 0.113.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Mar 17, 2023
1 parent dc4b77d commit 4573781
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [0.113.1](https://github.com/googleapis/google-api-go-client/compare/v0.113.0...v0.113.1) (2023-03-17)


### Bug Fixes

* Always reference the internal package. ([#1909](https://github.com/googleapis/google-api-go-client/issues/1909)) ([dc4b77d](https://github.com/googleapis/google-api-go-client/commit/dc4b77d54e86e5b32bce720cf144f5c8a2031011)), refs [#1908](https://github.com/googleapis/google-api-go-client/issues/1908)

## [0.113.0](https://github.com/googleapis/google-api-go-client/compare/v0.112.0...v0.113.0) (2023-03-15)


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

// Version is the current tagged release of the library.
const Version = "0.113.0"
const Version = "0.113.1"

0 comments on commit 4573781

Please sign in to comment.