Skip to content

Commit

Permalink
Update changelog for release (#393)
Browse files Browse the repository at this point in the history
* Update changelog

Change-Id: I2cd224b1854292c5500b040e159c179c1625aeab

* Also update readme version

Change-Id: I050005b95c5d0741ac71e374995daed2223f9920
  • Loading branch information
nwbirnie authored Dec 14, 2020
1 parent 902d3a7 commit 544b95c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
10.1.0 - 2020-12-14
-------------------
- Switched code generation to new pipeline (a.k.a. microgenerator).
- Added support for authenticating with service accounts.
- Added support for loading configuration from environment variables.
- Updated logging to scrub PII fields from Feed and CreateCustomerClientRequest.
- Added/updated various code examples.

10.0.0 - 2020-11-11
-------------------
- Added support and examples for Google Ads API v6.0.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This project hosts the Java client library for the Google Ads API.
<dependency>
<groupId>com.google.api-ads</groupId>
<artifactId>google-ads</artifactId>
<version>10.0.0</version>
<version>10.1.0</version>
</dependency>

## Documentation
Expand Down

0 comments on commit 544b95c

Please sign in to comment.