File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Next version
3+ ## 2.13.0 - 2025-10-22
44
55* Add ` TvSeasonsService.translations ` by @laurentblue in https://github.com/UweTrottmann/tmdb-java/pull/108
66* Add ` TvSeasonsService.watchProviders ` to get watch providers for a specific season
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.12 .0")
14+ implementation("com.uwetrottmann.tmdb2:tmdb-java:2.13 .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.12 .0</version >
23+ <version >2.13 .0</version >
2424</dependency >
2525```
2626
@@ -66,4 +66,4 @@ at the first possible line with the `Apache-2.0` value.
6666
6767For contributors and changes also see the Git history.
6868
69- Do not just copy, make it better.
69+ Don't just copy, make it better.
Original file line number Diff line number Diff line change 1212- Update versions in [ README] ( README.md )
1313
1414``` bash
15- git commit --all --message " Prepare for release 2.12 .0"
15+ git commit --all --message " Prepare for release 2.13 .0"
1616```
1717
1818Then from IDE run tasks (TODO: figure out how to use GUI pin entry from Git Bash):
@@ -26,4 +26,4 @@ Push to GitHub:
2626git push origin main --tags
2727```
2828
29- And [ create a GitHub release] ( https://github.com/UweTrottmann/tmdb-java/releases/new ) .
29+ And [ create a GitHub release] ( https://github.com/UweTrottmann/tmdb-java/releases/new ) .
You can’t perform that action at this time.
0 commit comments