Skip to content

Commit

Permalink
Release v15 (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfrg authored Oct 20, 2023
1 parent 317a0ed commit 39d1420
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
25.0.0
------
- Compatibility with v15 of the API: https://developers.google.com/google-ads/api/docs/release-notes

24.0.0
------
- Removed support for v12.
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 @@ -20,7 +20,7 @@ module Google
module Ads
module GoogleAds
CLIENT_LIB_NAME = 'gccl'.freeze
CLIENT_LIB_VERSION = '24.0.0'.freeze
CLIENT_LIB_VERSION = '25.0.0'.freeze
VERSION = CLIENT_LIB_VERSION
end
end
Expand Down

0 comments on commit 39d1420

Please sign in to comment.