From 65ae57734f5dff0ac282b12ec667fa513720f47d Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 22 Feb 2022 15:57:51 +0000 Subject: [PATCH] chore(main): release 0.70.0 --- CHANGES.md | 8 ++++++++ internal/version.go | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 83e1d7d0116..da56f0efe4a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## [0.70.0](https://github.com/googleapis/google-api-go-client/compare/v0.69.0...v0.70.0) (2022-02-22) + + +### Features + +* **all:** auto-regenerate discovery clients, refs [#1450](https://github.com/googleapis/google-api-go-client/issues/1450) [#1449](https://github.com/googleapis/google-api-go-client/issues/1449) [#1448](https://github.com/googleapis/google-api-go-client/issues/1448) [#1444](https://github.com/googleapis/google-api-go-client/issues/1444) +* **transport:** add an env variable to disable DirectPath ([#1447](https://github.com/googleapis/google-api-go-client/issues/1447)) ([7bce545](https://github.com/googleapis/google-api-go-client/commit/7bce545d91c0e7d4c51962634dd40de39605f369)) + ## [0.69.0](https://github.com/googleapis/google-api-go-client/compare/v0.68.0...v0.69.0) (2022-02-15) diff --git a/internal/version.go b/internal/version.go index df11a1719a8..24d6116a1db 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.69.0" +const Version = "0.70.0"