Skip to content

Commit 12d2bd8

Browse files
committed
Prepare for release 6.20.0
1 parent 295e8c1 commit 12d2bd8

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
2-
3-
## Next release
2+
3+
## 6.20.0 - 2026-05-21
44

55
* Add variants of watched methods that have an option to include special episodes. Deprecated the original variants.
66

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**[Pull requests](CONTRIBUTING.md) (e.g. support for more API endpoints, bug fixes) are welcome!**
44

5-
An (unofficial) Java library to use the [Trakt v2 API](https://trakt.docs.apiary.io/) built with [retrofit 2](https://square.github.io/retrofit/).
5+
An (unofficial) Java library to use the [Trakt API](https://trakt.docs.apiary.io/) built with [retrofit 2](https://square.github.io/retrofit/).
66

77
Trakt API methods are grouped into [service objects](src/main/java/com/uwetrottmann/trakt5/services)
88
which can be centrally managed by a [TraktV2](src/main/java/com/uwetrottmann/trakt5/TraktV2.java) instance.
@@ -18,7 +18,7 @@ API key (OAuth client id) and optionally a given user access token.
1818
Add the following dependency to your Gradle project:
1919

2020
```kotlin
21-
implementation("com.uwetrottmann.trakt5:trakt-java:6.19.0")
21+
implementation("com.uwetrottmann.trakt5:trakt-java:6.20.0")
2222
```
2323

2424
Or for Maven:
@@ -27,7 +27,7 @@ Or for Maven:
2727
<dependency>
2828
<groupId>com.uwetrottmann.trakt5</groupId>
2929
<artifactId>trakt-java</artifactId>
30-
<version>6.19.0</version>
30+
<version>6.20.0</version>
3131
</dependency>
3232
```
3333

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Note: on Windows, avoid Git Bash. It uses its own `gpg`.
1818
- Update versions in [README](README.md)
1919

2020
```bash
21-
git commit --all --message "Prepare for release 6.19.0"
21+
git commit --all --message "Prepare for release 6.20.0"
2222
```
2323

2424
Then from IDE run tasks (TODO: figure out how to use GUI pin entry from Git Bash):

0 commit comments

Comments
 (0)