Skip to content

Commit

Permalink
Prepare for release 6.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
UweTrottmann committed Nov 7, 2024
1 parent 17be4a2 commit a61a3dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## next
## 6.16.0 - 2024-11-07

* `TraktV2`: add `isUnauthorized(response)`, `isAccountLocked(response)` and `isNotVip(response)` helper methods.
* `TraktV2`: add `getPageCount(response)` and `getItemCount(response)` helper methods.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ API key (OAuth client id) and optionally a given user access token.
Add the following dependency to your Gradle project:

```kotlin
implementation("com.uwetrottmann.trakt5:trakt-java:6.15.0")
implementation("com.uwetrottmann.trakt5:trakt-java:6.16.0")
```

Or for Maven:
Expand All @@ -27,7 +27,7 @@ Or for Maven:
<dependency>
<groupId>com.uwetrottmann.trakt5</groupId>
<artifactId>trakt-java</artifactId>
<version>6.15.0</version>
<version>6.16.0</version>
</dependency>
```

Expand Down

0 comments on commit a61a3dc

Please sign in to comment.