Skip to content

Commit 7f7b8f7

Browse files
committed
Prepare for release 6.15.0
1 parent 1e33aa7 commit 7f7b8f7

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
Change Log
22
==========
3-
4-
## next
3+
4+
## 6.15.0
5+
_2024-08-30_
56

67
* `TraktV2.notes()`: support to add, get, update and delete a note.
78
* `TraktV2.users().notes(...)`: Support to get all notes for a user.

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
trakt-java
2-
==========
1+
**[Pull requests](CONTRIBUTING.md) (e.g. support for more API endpoints, bug fixes) are welcome!**
32

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

6-
[Pull requests](CONTRIBUTING.md) are welcome.
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/).
76

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

1918
```kotlin
20-
implementation("com.uwetrottmann.trakt5:trakt-java:6.14.0")
19+
implementation("com.uwetrottmann.trakt5:trakt-java:6.15.0")
2120
```
2221

2322
Or for Maven:
@@ -26,7 +25,7 @@ Or for Maven:
2625
<dependency>
2726
<groupId>com.uwetrottmann.trakt5</groupId>
2827
<artifactId>trakt-java</artifactId>
29-
<version>6.14.0</version>
28+
<version>6.15.0</version>
3029
</dependency>
3130
```
3231

0 commit comments

Comments
 (0)