Skip to content

Commit f82a735

Browse files
authored
Update CHANGELOG and README for release 19.0.0 (#637)
1 parent 728c2c6 commit f82a735

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
19.0.0 - 2022-06-15
2+
-------------------
3+
- Add support and examples for Google Ads API v11.0.
4+
- Update FieldMasks utility to better handle empty message fields.
5+
- Update AddSmartCampaign example for the new features in v11.0.
6+
- Add DetectAndApplyRecommendations example.
7+
- Add CreateExperiment example, replacing CreateExperimentCampaign and
8+
GraduateCampaignExperiment.
9+
110
18.0.0 - 2022-05-02
211
-------------------
312
- Add support for v10_1 of Google Ads API.

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

2929
## Gradle dependency
3030

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

3333
## Documentation
3434

0 commit comments

Comments
 (0)