Skip to content

Commit be0249c

Browse files
ajs424Aalap Shastri
andauthored
Bump version to 31.0.1 and update changelog (#1101)
Change-Id: I0f665fdb9b598e729dfd0975450486e26e116a9d Co-authored-by: Aalap Shastri <aalapshastri@google.com>
1 parent 73cdefb commit be0249c

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+
## 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+
14
## 31.0.0
25
* Compatibility with v21.0 of the API: https://developers.google.com/google-ads/api/docs/release-notes
36
* Added support for declaring EU political advertising status on campaign creation in examples.

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 = '31.0.0';
30+
public const LIBRARY_VERSION = '31.0.1';
3131
}

0 commit comments

Comments
 (0)