Skip to content

Commit bcede85

Browse files
authored
Update README and CHANGELOG for v13 release (#690)
1 parent ce1020d commit bcede85

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
23.0.0 - 2023-01-22
2+
-------------------
3+
- Add support and examples for Google Ads API v13.0.
4+
- Update to version 3.1.2 of
5+
`com.google.cloud:google-cloud-shared-dependencies`.
6+
- Automate allstar config updates.
7+
- Only create Sonatype staging URL during publishing when needed.
8+
19
22.0.0 - 2022-11-03
210
-------------------
311
- Add support and examples for Google Ads API v12.0.

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>22.0.0</version>
26+
<version>23.0.0</version>
2727
</dependency>
2828

2929
## Gradle dependency
3030

31-
implementation 'com.google.api-ads:google-ads:22.0.0'
31+
implementation 'com.google.api-ads:google-ads:23.0.0'
3232

3333
## Documentation
3434

0 commit comments

Comments
 (0)