Skip to content

Commit 201116d

Browse files
committed
Prepare for release 2.11.0
1 parent 601ae5c commit 201116d

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Change Log
22
==========
33

4+
## 2.11.0
5+
_2024-06-07_
6+
7+
* Add Episode type attribute by @ZelKami in https://github.com/UweTrottmann/tmdb-java/pull/96
8+
* TvService: support aggregate credits by @UweTrottmann in https://github.com/UweTrottmann/tmdb-java/pull/98
9+
* Update retrofit [2.9.0 -> 2.11.0]
10+
* Update okhttp [4.10.0 -> 4.12.0]
11+
* Update gson [2.10.1 -> 2.11.0]
12+
413
## 2.10.0
514
_2023-06-14_
615

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A Java wrapper around the [TMDb v3 API](https://developer.themoviedb.org/referen
1010
Add the following dependency to your Gradle project:
1111

1212
```groovy
13-
implementation("com.uwetrottmann.tmdb2:tmdb-java:2.10.0")
13+
implementation("com.uwetrottmann.tmdb2:tmdb-java:2.11.0")
1414
```
1515

1616
or your Maven project:
@@ -19,7 +19,7 @@ or your Maven project:
1919
<dependency>
2020
<groupId>com.uwetrottmann.tmdb2</groupId>
2121
<artifactId>tmdb-java</artifactId>
22-
<version>2.10.0</version>
22+
<version>2.11.0</version>
2323
</dependency>
2424
```
2525

0 commit comments

Comments
 (0)