Skip to content

Commit 356babe

Browse files
authored
Changes for release v14_1. (#726)
1 parent 5d57ec7 commit 356babe

1,151 files changed

Lines changed: 47069 additions & 21348 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
26.1.0 - 2023-08-10
2+
-------------------
3+
- Add support and examples for Google Ads API v14.1.
4+
- Modify the following examples in the `planning` package to demonstrate how
5+
to use planning services without first creating a keyword plan:
6+
- Remove `AddKeywordPlan`.
7+
- Add `GenerateForecastMetrics`.
8+
- Add `GenerateHistoricalMetrics`.
9+
110
26.0.0 - 2023-06-09
211
-------------------
312
- Add support and examples for Google Ads API v14.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ This project hosts the Java client library for the Google Ads API.
2323
<dependency>
2424
<groupId>com.google.api-ads</groupId>
2525
<artifactId>google-ads</artifactId>
26-
<version>26.0.0</version>
26+
<version>26.1.0</version>
2727
</dependency>
2828

2929
## Gradle dependency
3030

31-
implementation 'com.google.api-ads:google-ads:26.0.0'
31+
implementation 'com.google.api-ads:google-ads:26.1.0'
3232

3333
## Documentation
3434

google-ads-examples/src/main/java/com/google/ads/googleads/examples/planning/AddKeywordPlan.java

Lines changed: 0 additions & 316 deletions
This file was deleted.

0 commit comments

Comments
 (0)