Skip to content

Commit e2b62ab

Browse files
authored
Update CHANGELOG and README for release 18.0.0 (#620)
Change-Id: Id9578e7812b5eb57fc1548cdab3717fa2c3404da
1 parent 87305a6 commit e2b62ab

2 files changed

Lines changed: 25 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
18.0.0 - 2022-05-02
2+
-------------------
3+
- Add support for v10_1 of Google Ads API.
4+
- Remove support for v8 of Google Ads API.
5+
- Combine two examples in authentication/ into GenerateUserCredentials,
6+
since [OAuth OOB](https://developers.googleblog.com/2022/02/making-oauth-flows-safer.html?m=1#disallowed-oob)
7+
is being deprecated.
8+
- Remove artifacts related to v7 of the API
9+
which was removed in the release 17.0.0 (#571, #600).
10+
- Exclude projects defined in google-ads directory
11+
from third_party directory (#599).
12+
- Add code examples:
13+
- AddPerformanceMaxProductListingGroupTree
14+
- NavigateSearchResultPagesCachingTokens
15+
- Update code examples:
16+
- AddCampaigns
17+
- AddCustomerMatchUserList
18+
- AddDynamicRemarketingAsset
19+
- AddPerformanceMaxCampaign
20+
- AddPerformanceMaxRetailCampaign
21+
- GetChangeDetails
22+
- UploadOfflineConversion
23+
124
17.0.1 - 2022-02-16
225
-------------------
326
- Fix #565 to properly set the max inbound message size and metadata size.

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>17.0.1</version>
26+
<version>18.0.0</version>
2727
</dependency>
2828

2929
## Gradle dependency
3030

31-
implementation 'com.google.api-ads:google-ads:17.0.1'
31+
implementation 'com.google.api-ads:google-ads:18.0.0'
3232

3333
## Documentation
3434

0 commit comments

Comments
 (0)