Skip to content

Commit

Permalink
version bump for v6.1 (#287)
Browse files Browse the repository at this point in the history
* version bump for v6.1

* bump to 9.0.0
  • Loading branch information
xflesym authored Feb 18, 2021
1 parent c07d6c0 commit 75660ed
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 @@
9.0.0:
- Compatibility with v6.1 of the API: https://developers.google.com/google-ads/api/docs/release-notes
- Removed support for v3.

8.1.0:
- Added support for loading configuration from environment variables in
addition to existing methods.
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 = '8.1.0'.freeze
CLIENT_LIB_VERSION = '9.0.0'.freeze
VERSION = CLIENT_LIB_VERSION
end
end
Expand Down

0 comments on commit 75660ed

Please sign in to comment.