Skip to content

Commit

Permalink
Update CHANGELOG and README for release 20.0.0 (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
jradcliff authored Jul 19, 2022
1 parent 751fee6 commit 0d7f911
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
20.0.0 - 2022-07-19
-------------------
- Remove support for v9 of Google Ads API.
- Add @Internal annotation for basePackage in Gradle (#647).
- Add protobuf version to the API client header.
- Rename GetArtifactMetadata to SearchForGoogleAdsFields and make the example
more flexible and useful.
- Remove references to wrapper types.

19.0.0 - 2022-06-15
-------------------
- Add support and examples for Google Ads API v11.0.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ This project hosts the Java client library for the Google Ads API.
<dependency>
<groupId>com.google.api-ads</groupId>
<artifactId>google-ads</artifactId>
<version>19.0.0</version>
<version>20.0.0</version>
</dependency>

## Gradle dependency

implementation 'com.google.api-ads:google-ads:19.0.0'
implementation 'com.google.api-ads:google-ads:20.0.0'

## Documentation

Expand Down

0 comments on commit 0d7f911

Please sign in to comment.