Skip to content

Commit 600e05b

Browse files
committed
Prepare for release 2.12.0
1 parent 347fe4f commit 600e05b

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Next version
3+
## 2.12.0 - 2025-08-08
44

55
* Note: TMDB has added additional primary translation languages: `ku-TR`, `so-SO` and `uz-UZ`.
66
* Add `rent` to `WatchProviders.CountryInfo` that contains rental providers for a movie.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ using [retrofit 2](https://square.github.io/retrofit/).
1111
Add the following dependency to your Gradle project:
1212

1313
```groovy
14-
implementation("com.uwetrottmann.tmdb2:tmdb-java:2.11.0")
14+
implementation("com.uwetrottmann.tmdb2:tmdb-java:2.12.0")
1515
```
1616

1717
or your Maven project:
@@ -20,7 +20,7 @@ or your Maven project:
2020
<dependency>
2121
<groupId>com.uwetrottmann.tmdb2</groupId>
2222
<artifactId>tmdb-java</artifactId>
23-
<version>2.11.0</version>
23+
<version>2.12.0</version>
2424
</dependency>
2525
```
2626

RELEASING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,13 @@
77
```
88

99
## Preparing a release and deploying it to Maven Central
10+
11+
- Finalize [changelog](CHANGELOG.md)
12+
- Update versions in [README](README.md)
1013

1114
```bash
15+
git commit --all --message "Prepare for release 2.12.0"
16+
1217
./mvnw release:prepare
1318

1419
./mvnw release:perform

0 commit comments

Comments
 (0)