From b12654b65536379f2a2b678ac0b6e60e7aa357a7 Mon Sep 17 00:00:00 2001 From: Daniel Rodriguez Date: Thu, 10 Aug 2023 16:49:20 -0500 Subject: [PATCH] Release v14.1 bump (#450) --- CHANGELOG.md | 6 +++++- lib/google/ads/google_ads/version.rb | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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