Skip to content

Commit 719c84f

Browse files
authored
Merge pull request #675 from googleads/v12_release_prep
Update README and CHANGELOG for v12 release
2 parents 424d157 + 7c4c72e commit 719c84f

2 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
22.0.0 - 2022-11-03
2+
-------------------
3+
- Add support and examples for Google Ads API v12.0.
4+
- Upgrade protobuf-java and protobuf-java-util dependencies to 3.19.6.
5+
- Remove examples demonstrating deprecated (or soon to be deprecated) features.
6+
- AddDynamicPageFeed
7+
- AddLocalCampaign
8+
- AddShoppingSmartAd
9+
- AddSmartDisplayAd
10+
- Remove examples demonstrating migration from the AdWords API.
11+
112
21.0.0 - 2022-08-30
213
-------------------
314
- Add support and examples for Google Ads API v11.1.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ This project hosts the Java client library for the Google Ads API.
1515

1616
## Compatible dependencies
1717

18-
* [Protobuf](https://github.com/protocolbuffers/protobuf) 3.19.4+
18+
* [Protobuf](https://github.com/protocolbuffers/protobuf) 3.19.6+
1919
* [Guava](https://github.com/google/guava) 31.0.1+
2020

2121
## Maven artifacts
2222

2323
<dependency>
2424
<groupId>com.google.api-ads</groupId>
2525
<artifactId>google-ads</artifactId>
26-
<version>21.0.0</version>
26+
<version>22.0.0</version>
2727
</dependency>
2828

2929
## Gradle dependency
3030

31-
implementation 'com.google.api-ads:google-ads:21.0.0'
31+
implementation 'com.google.api-ads:google-ads:22.0.0'
3232

3333
## Documentation
3434

0 commit comments

Comments
 (0)