Skip to content

Commit

Permalink
Update README and CHANGELOG for release 24.0.0 (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
jradcliff authored Mar 17, 2023
1 parent 9b4fc4c commit cc66653
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
24.0.0 - 2023-03-17
-------------------
- Remove support for v11 of Google Ads API.
- Add AddPerformanceMaxForTravelGoalsCampaign example.
- Remove custom Sonatype client in favor of using `--no-parallel`.
- Modify CreateExperiment example to demonstrate updated best practices
- Remove restatement currency code and value from UploadConversionEnhancement
example.

23.0.0 - 2023-01-22
-------------------
- Add support and examples for Google Ads API v13.0.
- Remove support for v10 of Google Ads API.
- Update to version 3.1.2 of
`com.google.cloud:google-cloud-shared-dependencies`.
- Automate allstar config updates.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ This project hosts the Java client library for the Google Ads API.
<dependency>
<groupId>com.google.api-ads</groupId>
<artifactId>google-ads</artifactId>
<version>23.0.0</version>
<version>24.0.0</version>
</dependency>

## Gradle dependency

implementation 'com.google.api-ads:google-ads:23.0.0'
implementation 'com.google.api-ads:google-ads:24.0.0'

## Documentation

Expand Down

0 comments on commit cc66653

Please sign in to comment.