Skip to content

Commit ab9ffd1

Browse files
authored
Update CHANGELOG and README for release 17.0.0 (#560)
1 parent 0d48bd8 commit ab9ffd1

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
17.0.0 - 2022-02-10
2+
-------------------
3+
- Add support and examples for Google Ads API v10.0.
4+
- Remove support for Google Ads API v7.
5+
- Remove dependency on `io.netty:netty-tcnative-boringssl-static` (#557, #440).
6+
- Fix #174 to pass new login customer ID header after
7+
`GoogleAdsClient.toBuilder().setLoginCustomerId().build()`.
8+
- Update examples using image asset and media bundle to include asset names.
9+
- Add asset names to AddDisplayUploadAd and UploadImageAsset.
10+
- Add call ads examples.
11+
- Update `GetKeywords` example to demonstrate `omit_unselected_resource_names`
12+
usage.
13+
14+
115
16.0.3 - 2022-01-10
216
-------------------
317
- Fix #543 to correctly classify the `google-cloud-shared-dependencies` dependency.

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>16.0.3</version>
26+
<version>17.0.0</version>
2727
</dependency>
2828

2929
## Gradle dependency
3030

31-
implementation 'com.google.api-ads:google-ads:16.0.3'
31+
implementation 'com.google.api-ads:google-ads:17.0.0'
3232

3333
## Documentation
3434

0 commit comments

Comments
 (0)