Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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