From f716376ddc768bd98cebb0ce4b9e13e4db19de05 Mon Sep 17 00:00:00 2001 From: mcloonan Date: Thu, 12 Nov 2020 10:21:41 -0500 Subject: [PATCH] Version bump for v6. (#248) Change-Id: I6308661f02fee4ca705309be770957aab429164e --- ChangeLog | 4 ++++ lib/google/ads/google_ads/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6b63a1daf..81e7f5bcf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +8.0.0: + - Compatibility with v6 of the API: https://developers.google.com/google-ads/api/docs/release-notes + - Removed support for v2. + 7.0.0: - Compatibility with v5 of the API: https://developers.google.com/google-ads/api/docs/release-notes - Updated internals of the client library to a new version of gapic. The diff --git a/lib/google/ads/google_ads/version.rb b/lib/google/ads/google_ads/version.rb index a57ec7ee0..586fcf3a6 100644 --- a/lib/google/ads/google_ads/version.rb +++ b/lib/google/ads/google_ads/version.rb @@ -19,7 +19,7 @@ module Google module Ads module GoogleAds - CLIENT_LIB_VERSION = '7.0.0'.freeze + CLIENT_LIB_VERSION = '8.0.0'.freeze VERSION = CLIENT_LIB_VERSION end end