Skip to content

Commit

Permalink
Changes for release v14_1. (#726)
Browse files Browse the repository at this point in the history
  • Loading branch information
jradcliff authored Aug 10, 2023
1 parent 5d57ec7 commit 356babe
Show file tree
Hide file tree
Showing 1,151 changed files with 47,069 additions and 21,348 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
26.1.0 - 2023-08-10
-------------------
- Add support and examples for Google Ads API v14.1.
- Modify the following examples in the `planning` package to demonstrate how
to use planning services without first creating a keyword plan:
- Remove `AddKeywordPlan`.
- Add `GenerateForecastMetrics`.
- Add `GenerateHistoricalMetrics`.

26.0.0 - 2023-06-09
-------------------
- Add support and examples for Google Ads API v14.
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>26.0.0</version>
<version>26.1.0</version>
</dependency>

## Gradle dependency

implementation 'com.google.api-ads:google-ads:26.0.0'
implementation 'com.google.api-ads:google-ads:26.1.0'

## Documentation

Expand Down

This file was deleted.

Loading

0 comments on commit 356babe

Please sign in to comment.