Skip to content

Commit f79df48

Browse files
chore(main): release 0.114.0 (#1910)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 2754ab4 commit f79df48

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changes
22

3+
## [0.114.0](https://github.com/googleapis/google-api-go-client/compare/v0.113.0...v0.114.0) (2023-03-17)
4+
5+
6+
### Features
7+
8+
* **all:** Auto-regenerate discovery clients ([#1907](https://github.com/googleapis/google-api-go-client/issues/1907)) ([2754ab4](https://github.com/googleapis/google-api-go-client/commit/2754ab420dcf1c48e9b383c87f7d224ef99abc2f))
9+
10+
11+
### Bug Fixes
12+
13+
* 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)
14+
315
## [0.113.0](https://github.com/googleapis/google-api-go-client/compare/v0.112.0...v0.113.0) (2023-03-15)
416

517

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
package internal
66

77
// Version is the current tagged release of the library.
8-
const Version = "0.113.0"
8+
const Version = "0.114.0"

0 commit comments

Comments
 (0)