Skip to content

Commit 544b95c

Browse files
authored
Update changelog for release (#393)
* Update changelog Change-Id: I2cd224b1854292c5500b040e159c179c1625aeab * Also update readme version Change-Id: I050005b95c5d0741ac71e374995daed2223f9920
1 parent 902d3a7 commit 544b95c

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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+
19
10.0.0 - 2020-11-11
210
-------------------
311
- Added support and examples for Google Ads API v6.0.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)