We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f73e7d8 commit 913e27dCopy full SHA for 913e27d
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 26.0.0
2
+* Removed support for v16 of Google Ads API.
3
+
4
## 25.0.0
5
* Added support for v18 of Google Ads API.
6
* Removed support for the `useGapicV2Source` configuration, as the source code
src/Google/Ads/GoogleAds/Constants.php
@@ -27,5 +27,5 @@ class Constants
27
public const LIBRARY_NAME = 'gccl';
28
29
// The library version.
30
- public const LIBRARY_VERSION = '25.0.0';
+ public const LIBRARY_VERSION = '26.0.0';
31
}
0 commit comments