Skip to content

Commit

Permalink
Releave 14_0 version bump (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfrg authored Jun 8, 2023
1 parent 43d81cf commit 810dc6d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
23.0.0
------
- Compatibility with v14 of the API: https://developers.google.com/google-ads/api/docs/release-notes

22.1.0
------
- Compatibility with v13.1 of the API: https://developers.google.com/google-ads/api/docs/release-notes
Expand Down
4 changes: 2 additions & 2 deletions codegen/spec/template_service_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
let(:gapic_client_class) {
double(
:klass,
name: "Google::Ads::GoogleAds::V13::Services::GoogleAdsService::Client",
name: "Google::Ads::GoogleAds::V14::Services::GoogleAdsService::Client",
)
}

Expand All @@ -26,7 +26,7 @@
# require returns true, so let's just stub it here
allow(service).to receive(:require).with(path).and_return(true)
stub_const(
"Google::Ads::GoogleAds::V13::Services::GoogleAdsService::Service",
"Google::Ads::GoogleAds::V14::Services::GoogleAdsService::Service",
double(
:fake_service_klass,
rpc_descs: {Search: double(input: input)}
Expand Down
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 = '22.1.0'.freeze
CLIENT_LIB_VERSION = '23.0.0'.freeze
VERSION = CLIENT_LIB_VERSION
end
end
Expand Down

0 comments on commit 810dc6d

Please sign in to comment.