We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a96dc74 commit 512ffbeCopy full SHA for 512ffbe
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+36.1.0
2
+------
3
+ - Add support for Application Default Credentials.
4
+
5
36.0.0
6
------
7
- Compatibility with v22 of the API: https://developers.google.com/google-ads/api/docs/release-notes
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 = '36.0.0'.freeze
+ CLIENT_LIB_VERSION = '36.1.0'.freeze
24
VERSION = CLIENT_LIB_VERSION
25
end
26
0 commit comments