Skip to content

Commit c832dd0

Browse files
committed
Prepare for release 6.18.0
1 parent 480992c commit c832dd0

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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 release
3+
## 6.18.0 - 2026-03-06
44

55
* Watchlist endpoints require pagination: deprecate the variants that don't accept page and limit parameters.
66
* Add warnings to `watchedAt()` setters, update existing warnings

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.17.0")
21+
implementation("com.uwetrottmann.trakt5:trakt-java:6.18.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.17.0</version>
30+
<version>6.18.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.17.0"
21+
git commit --all --message "Prepare for release 6.18.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)