Skip to content

Commit

Permalink
Updated CHANGELOG.md for releasing a patch for the Google Ads API v16…
Browse files Browse the repository at this point in the history
…_1 source code (#1021)
  • Loading branch information
fiboknacky authored Apr 30, 2024
1 parent 32f8138 commit e61cbb4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 23.0.1
* Re-generated the source code for v16_1 of Google Ads API to add some missing
classes and enum values.

## 23.0.0
* Added support for v16_1 of Google Ads API.
* Removed support for v14 of Google Ads API.
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 = '23.0.0';
public const LIBRARY_VERSION = '23.0.1';
}

0 comments on commit e61cbb4

Please sign in to comment.