Skip to content

Commit 0d7f911

Browse files
authored
Update CHANGELOG and README for release 20.0.0 (#650)
1 parent 751fee6 commit 0d7f911

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
20.0.0 - 2022-07-19
2+
-------------------
3+
- Remove support for v9 of Google Ads API.
4+
- Add @Internal annotation for basePackage in Gradle (#647).
5+
- Add protobuf version to the API client header.
6+
- Rename GetArtifactMetadata to SearchForGoogleAdsFields and make the example
7+
more flexible and useful.
8+
- Remove references to wrapper types.
9+
110
19.0.0 - 2022-06-15
211
-------------------
312
- Add support and examples for Google Ads API v11.0.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ This project hosts the Java client library for the Google Ads API.
2323
<dependency>
2424
<groupId>com.google.api-ads</groupId>
2525
<artifactId>google-ads</artifactId>
26-
<version>19.0.0</version>
26+
<version>20.0.0</version>
2727
</dependency>
2828

2929
## Gradle dependency
3030

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

3333
## Documentation
3434

0 commit comments

Comments
 (0)