Skip to content

Commit 68dd195

Browse files
authored
Update README and CHANGELOG for release 27.0.0 (#734)
1 parent 304ae22 commit 68dd195

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
27.0.0 - 2023-09-21
2+
-------------------
3+
- Remove support for v12 of Google Ads API.
4+
- Update to version 3.14.0 of
5+
`com.google.cloud:google-cloud-shared-dependencies`.
6+
17
26.1.0 - 2023-08-10
28
-------------------
39
- Add support and examples for Google Ads API v14.1.

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,17 @@ This project hosts the Java client library for the Google Ads API.
1313
* Java 1.8+
1414
* Maven 3.0+
1515

16-
## Compatible dependencies
17-
18-
* [Protobuf](https://github.com/protocolbuffers/protobuf) 3.19.6+
19-
* [Guava](https://github.com/google/guava) 31.0.1+
20-
2116
## Maven artifacts
2217

2318
<dependency>
2419
<groupId>com.google.api-ads</groupId>
2520
<artifactId>google-ads</artifactId>
26-
<version>26.1.0</version>
21+
<version>27.0.0</version>
2722
</dependency>
2823

2924
## Gradle dependency
3025

31-
implementation 'com.google.api-ads:google-ads:26.1.0'
26+
implementation 'com.google.api-ads:google-ads:27.0.0'
3227

3328
## Documentation
3429

0 commit comments

Comments
 (0)