Skip to content

Commit

Permalink
Version bump for v5 release. (#220)
Browse files Browse the repository at this point in the history
Change-Id: I2111c1f9c9d3df21e743d1c554c6f774c546d1c8
  • Loading branch information
mcloonan authored Sep 3, 2020
1 parent dd006cd commit 44f6359
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
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
change requires you to specify keyword arguments instead of positional
arguments for all values passed for all service calls, including customer ID
and operation. We have included a translator layer in our library that will
patch existing calls, but will be deprecated in the future.
For complete details, see:
https://developers.google.com/google-ads/api/docs/client-libs/ruby/migration

6.0.0:
- Compatability with v4 of the API: https://developers.google.com/google-ads/api/docs/release-notes

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 = '6.0.0'.freeze
CLIENT_LIB_VERSION = '7.0.0'.freeze
VERSION = CLIENT_LIB_VERSION
end
end
Expand Down

0 comments on commit 44f6359

Please sign in to comment.