We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 317a0ed commit 39d1420Copy full SHA for 39d1420
CHANGELOG.md
@@ -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
+
5
24.0.0
6
------
7
- Removed support for v12.
lib/google/ads/google_ads/version.rb
@@ -20,7 +20,7 @@ module Google
20
module Ads
21
module GoogleAds
22
CLIENT_LIB_NAME = 'gccl'.freeze
23
- CLIENT_LIB_VERSION = '24.0.0'.freeze
+ CLIENT_LIB_VERSION = '25.0.0'.freeze
24
VERSION = CLIENT_LIB_VERSION
25
end
26
0 commit comments