Skip to content

Commit 994e010

Browse files
authored
Changelog and version update (#330)
* changelog and version update Change-Id: If4adb99807da0f386906cc3e63762caa7f9a71b8 * Update ChangeLog Co-authored-by: Fei Xiang <xflesym@users.noreply.github.com>
1 parent 89ebd59 commit 994e010

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
13.0.0:
2+
- Removed support for v5.
3+
14
12.0.2:
25
- Fixed a missing type in path lookup util.
36

lib/google/ads/google_ads/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
module Google
2020
module Ads
2121
module GoogleAds
22-
CLIENT_LIB_VERSION = '12.0.2'.freeze
22+
CLIENT_LIB_VERSION = '13.0.0'.freeze
2323
VERSION = CLIENT_LIB_VERSION
2424
end
2525
end

0 commit comments

Comments
 (0)