Skip to content

Commit

Permalink
Release v14.1 bump (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfrg authored Aug 10, 2023
1 parent 7792e6e commit b12654b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
23.1.0
------
- Compatibility with v14.1 of the API: https://developers.google.com/google-ads/api/docs/release-notes

23.0.0
------
- Compatibility with v14 of the API: https://developers.google.com/google-ads/api/docs/release-notes
Expand Down Expand Up @@ -264,4 +268,4 @@
0.1.0
-----
- Initial release with support for Google Ads API v0.
- Initial release with support for Google Ads API v0.
2 changes: 1 addition & 1 deletion lib/google/ads/google_ads/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module Google
module Ads
module GoogleAds
CLIENT_LIB_NAME = 'gccl'.freeze
CLIENT_LIB_VERSION = '23.0.0'.freeze
CLIENT_LIB_VERSION = '23.1.0'.freeze
VERSION = CLIENT_LIB_VERSION
end
end
Expand Down

0 comments on commit b12654b

Please sign in to comment.