Skip to content

Commit a039966

Browse files
chore(main): release 0.96.0 (#1687)
1 parent 0f7c1ed commit a039966

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGES.md

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

3+
## [0.96.0](https://github.com/googleapis/google-api-go-client/compare/v0.95.0...v0.96.0) (2022-09-14)
4+
5+
6+
### Features
7+
8+
* **all:** Auto-regenerate discovery clients ([#1686](https://github.com/googleapis/google-api-go-client/issues/1686)) ([ce5ed41](https://github.com/googleapis/google-api-go-client/commit/ce5ed411756019b79c77e580670fccc8c08cccca))
9+
* **all:** Auto-regenerate discovery clients ([#1688](https://github.com/googleapis/google-api-go-client/issues/1688)) ([bc29a6b](https://github.com/googleapis/google-api-go-client/commit/bc29a6b8a0489e88796d5a00d4c06769793ace0d))
10+
* **all:** Auto-regenerate discovery clients ([#1689](https://github.com/googleapis/google-api-go-client/issues/1689)) ([e801e10](https://github.com/googleapis/google-api-go-client/commit/e801e1051020e6721f2217f5aa3a4064399115e1))
11+
12+
13+
### Bug Fixes
14+
15+
* Upgrade version of golang.org/x/net ([#1692](https://github.com/googleapis/google-api-go-client/issues/1692)) ([0f7c1ed](https://github.com/googleapis/google-api-go-client/commit/0f7c1ed65ca2c6212f21e7fce20aa5ab9952bdbc)), refs [#1691](https://github.com/googleapis/google-api-go-client/issues/1691)
16+
317
## [0.95.0](https://github.com/googleapis/google-api-go-client/compare/v0.94.0...v0.95.0) (2022-09-06)
418

519

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.95.0"
8+
const Version = "0.96.0"

0 commit comments

Comments
 (0)