Skip to content

Commit

Permalink
Version bump for v6. (#248)
Browse files Browse the repository at this point in the history
Change-Id: I6308661f02fee4ca705309be770957aab429164e
  • Loading branch information
mcloonan authored Nov 12, 2020
1 parent f19d9f3 commit f716376
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/google/ads/google_ads/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f716376

Please sign in to comment.