Skip to content

Commit

Permalink
Update README and CHANGELOG for release 27.0.0 (#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
jradcliff authored Sep 21, 2023
1 parent 304ae22 commit 68dd195
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
27.0.0 - 2023-09-21
-------------------
- Remove support for v12 of Google Ads API.
- Update to version 3.14.0 of
`com.google.cloud:google-cloud-shared-dependencies`.

26.1.0 - 2023-08-10
-------------------
- Add support and examples for Google Ads API v14.1.
Expand Down
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,17 @@ This project hosts the Java client library for the Google Ads API.
* Java 1.8+
* Maven 3.0+

## Compatible dependencies

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

## Maven artifacts

<dependency>
<groupId>com.google.api-ads</groupId>
<artifactId>google-ads</artifactId>
<version>26.1.0</version>
<version>27.0.0</version>
</dependency>

## Gradle dependency

implementation 'com.google.api-ads:google-ads:26.1.0'
implementation 'com.google.api-ads:google-ads:27.0.0'

## Documentation

Expand Down

0 comments on commit 68dd195

Please sign in to comment.