We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bb3a12 commit 2438124Copy full SHA for 2438124
2 files changed
CHANGELOG.md
@@ -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
+
5
17.0.0 - 2022-02-10
6
-------------------
7
- Add support and examples for Google Ads API v10.0.
README.md
@@ -23,12 +23,12 @@ This project hosts the Java client library for the Google Ads API.
23
<dependency>
24
<groupId>com.google.api-ads</groupId>
25
<artifactId>google-ads</artifactId>
26
- <version>17.0.0</version>
+ <version>17.0.1</version>
27
</dependency>
28
29
## Gradle dependency
30
31
- implementation 'com.google.api-ads:google-ads:17.0.0'
+ implementation 'com.google.api-ads:google-ads:17.0.1'
32
33
## Documentation
34
0 commit comments