Skip to content

Commit 0263d52

Browse files
authored
Update CHANGELOG and README for release 21.0.0 (#666)
1 parent dcdeaf7 commit 0263d52

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
21.0.0 - 2022-08-23
2+
-------------------
3+
- Add support and examples for Google Ads API v11.1.
4+
- Update to version 2.8.0 of
5+
`com.google.cloud:google-cloud-shared-dependencies`.
6+
- Update to version 1.5.3 of `com.google.auth:google-auth-library-credentials`.
7+
- Replace ETA examples with RSA examples.
8+
19
20.0.0 - 2022-07-19
210
-------------------
311
- Remove support for v9 of Google Ads API.

README.md

+4-4
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.12.0+
19-
* [Guava](https://github.com/google/guava) 30.0+
18+
* [Protobuf](https://github.com/protocolbuffers/protobuf) 3.19.4+
19+
* [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>20.0.0</version>
26+
<version>21.0.0</version>
2727
</dependency>
2828

2929
## Gradle dependency
3030

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

3333
## Documentation
3434

0 commit comments

Comments
 (0)