Skip to content

Commit 39d1420

Browse files
authored
Release v15 (#458)
1 parent 317a0ed commit 39d1420

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
25.0.0
2+
------
3+
- Compatibility with v15 of the API: https://developers.google.com/google-ads/api/docs/release-notes
4+
15
24.0.0
26
------
37
- Removed support for v12.

lib/google/ads/google_ads/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module Google
2020
module Ads
2121
module GoogleAds
2222
CLIENT_LIB_NAME = 'gccl'.freeze
23-
CLIENT_LIB_VERSION = '24.0.0'.freeze
23+
CLIENT_LIB_VERSION = '25.0.0'.freeze
2424
VERSION = CLIENT_LIB_VERSION
2525
end
2626
end

0 commit comments

Comments
 (0)