From 9361f7c264473202aad38a6c7e5de58fe82c4d08 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 17:28:30 +0000 Subject: [PATCH] chore(main): release 0.139.0 --- CHANGES.md | 12 ++++++++++++ internal/version.go | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index ba7397c77a8..40cbcf5ad2a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,17 @@ # Changes +## [0.139.0](https://github.com/googleapis/google-api-go-client/compare/v0.138.0...v0.139.0) (2023-09-07) + + +### Features + +* **all:** Auto-regenerate discovery clients ([#2120](https://github.com/googleapis/google-api-go-client/issues/2120)) ([fd53dce](https://github.com/googleapis/google-api-go-client/commit/fd53dcead5d0eda81cfcd480ed1263c668e30510)) + + +### Documentation + +* Point more users forward ([#2126](https://github.com/googleapis/google-api-go-client/issues/2126)) ([62d88ff](https://github.com/googleapis/google-api-go-client/commit/62d88ff7c06b828324b3cf5fd004cdf75838f496)) + ## [0.138.0](https://github.com/googleapis/google-api-go-client/compare/v0.137.0...v0.138.0) (2023-08-17) diff --git a/internal/version.go b/internal/version.go index 06fd4170336..7d6fc0323b4 100644 --- a/internal/version.go +++ b/internal/version.go @@ -5,4 +5,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.138.0" +const Version = "0.139.0"