Skip to content

Commit 913e27d

Browse files
authored
Updated CHANGELOG.md for releasing lib version v26.0.0. (#1069)
1 parent f73e7d8 commit 913e27d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 26.0.0
2+
* Removed support for v16 of Google Ads API.
3+
14
## 25.0.0
25
* Added support for v18 of Google Ads API.
36
* Removed support for the `useGapicV2Source` configuration, as the source code

src/Google/Ads/GoogleAds/Constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ class Constants
2727
public const LIBRARY_NAME = 'gccl';
2828

2929
// The library version.
30-
public const LIBRARY_VERSION = '25.0.0';
30+
public const LIBRARY_VERSION = '26.0.0';
3131
}

0 commit comments

Comments
 (0)