File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 10.1.0 - 2020-12-14
2+ -------------------
3+ - Switched code generation to new pipeline (a.k.a. microgenerator).
4+ - Added support for authenticating with service accounts.
5+ - Added support for loading configuration from environment variables.
6+ - Updated logging to scrub PII fields from Feed and CreateCustomerClientRequest.
7+ - Added/updated various code examples.
8+
1910.0.0 - 2020-11-11
210-------------------
311- Added support and examples for Google Ads API v6.0.
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ This project hosts the Java client library for the Google Ads API.
1818 <dependency>
1919 <groupId>com.google.api-ads</groupId>
2020 <artifactId>google-ads</artifactId>
21- <version>10.0 .0</version>
21+ <version>10.1 .0</version>
2222 </dependency>
2323
2424## Documentation
You can’t perform that action at this time.
0 commit comments