We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73cdefb commit be0249cCopy full SHA for be0249c
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 31.0.1
2
+* Updated protobuf constraint in to be less restrictive for users on the Protobuf 3.x series and preserve backwards compatibility.
3
+
4
## 31.0.0
5
* Compatibility with v21.0 of the API: https://developers.google.com/google-ads/api/docs/release-notes
6
* Added support for declaring EU political advertising status on campaign creation in examples.
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 = '31.0.0';
+ public const LIBRARY_VERSION = '31.0.1';
31
}
0 commit comments