From 3a7c9f065bdca95ee76c258aa6c1aa8f630a80b0 Mon Sep 17 00:00:00 2001 From: Josh Radcliff Date: Thu, 8 Jun 2023 11:51:57 -0400 Subject: [PATCH] Update README and CHANGELOG for release 26.0.0 --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74cbd6a637..1862e3bddc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +26.0.0 - 2023-06-09 +------------------- +- Add support and examples for Google Ads API v14. +- Update to version 3.11.0 of + `com.google.cloud:google-cloud-shared-dependencies`. + 25.0.0 - 2023-04-27 ------------------- - Add support and examples for Google Ads API v13.1. diff --git a/README.md b/README.md index cacfd6a039..32ff449b71 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,12 @@ This project hosts the Java client library for the Google Ads API. com.google.api-ads google-ads - 25.0.0 + 26.0.0 ## Gradle dependency - implementation 'com.google.api-ads:google-ads:25.0.0' + implementation 'com.google.api-ads:google-ads:26.0.0' ## Documentation