File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ using [retrofit 2](https://square.github.io/retrofit/).
1111Add 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
1717or 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments