diff --git a/CHANGELOG.md b/CHANGELOG.md index c578e7a92..40d615a2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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. \ No newline at end of file diff --git a/lib/google/ads/google_ads/version.rb b/lib/google/ads/google_ads/version.rb index 3c1af5ff2..ba3fd8014 100644 --- a/lib/google/ads/google_ads/version.rb +++ b/lib/google/ads/google_ads/version.rb @@ -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