Skip to content

Commit

Permalink
Changes for release (Jan 2024). (#987)
Browse files Browse the repository at this point in the history
  • Loading branch information
fiboknacky authored Jan 24, 2024
1 parent cd19535 commit 71fe15e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 22.0.0
* Removed support for v13 of Google Ads API.
* Added more methods to `ResourceNames` of v14 and v15.
* Updated `GoogleAdsFailuresInterceptorTest.php` and `GoogleAdsLoggingInterceptorTest` to make them work with the latest version of `google/gax`.
* Updated code examples:
* AddFlexibleRuleUserList
* AddShoppingProductAd
* UploadOfflineConversion

## 21.1.0
* Added support for v15 of Google Ads API. The following code examples still use v14 because the services in the examples were removed in v15:
* ApproveMerchantCenterLink
Expand Down
2 changes: 1 addition & 1 deletion src/Google/Ads/GoogleAds/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ class Constants
public const LIBRARY_NAME = 'gccl';

// The library version.
public const LIBRARY_VERSION = '21.1.0';
public const LIBRARY_VERSION = '22.0.0';
}

0 comments on commit 71fe15e

Please sign in to comment.