Skip to content

Commit 2438124

Browse files
authored
Update CHANGELOG and README for release 17.0.1 (#569)
1 parent 2bb3a12 commit 2438124

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
17.0.1 - 2022-02-16
2+
-------------------
3+
- Fix #565 to properly set the max inbound message size and metadata size.
4+
15
17.0.0 - 2022-02-10
26
-------------------
37
- Add support and examples for Google Ads API v10.0.

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

2929
## Gradle dependency
3030

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

3333
## Documentation
3434

0 commit comments

Comments
 (0)