diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a122baab..df6a4832a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +46.0.0 - 2026-09-10 +------------------- +- Removed the developer token requirement from `GoogleAdsClient`. +- Removed the `useCloudOrgForApiAccess` property from `GoogleAdsClient`. + 45.0.0 - 2026-08-19 ------------------- - Add support and examples for v25_1 of the Google Ads API. diff --git a/README.md b/README.md index 8ab3a0f6b..5dc623b5b 100644 --- a/README.md +++ b/README.md @@ -18,12 +18,12 @@ This project hosts the Java client library for the Google Ads API. com.google.api-ads google-ads - 45.0.0 + 46.0.0 ## Gradle dependency - implementation 'com.google.api-ads:google-ads:45.0.0' + implementation 'com.google.api-ads:google-ads:46.0.0' ## Documentation