Skip to content

Commit 512ffbe

Browse files
committed
Update version for 36.1.0
Change-Id: I1ec61fec35ccccb0be912ff832cd4353b31d9b5f
1 parent a96dc74 commit 512ffbe

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+
36.1.0
2+
------
3+
- Add support for Application Default Credentials.
4+
15
36.0.0
26
------
37
- Compatibility with v22 of the API: https://developers.google.com/google-ads/api/docs/release-notes

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 = '36.0.0'.freeze
23+
CLIENT_LIB_VERSION = '36.1.0'.freeze
2424
VERSION = CLIENT_LIB_VERSION
2525
end
2626
end

0 commit comments

Comments
 (0)