Skip to content

Commit 6dae64f

Browse files
committed
Prepare for release 2.8.1
1 parent 57d22c4 commit 6dae64f

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
Change Log
22
==========
33

4+
## 2.8.1
5+
_2022-09-01_
6+
7+
* Add explicit Gson dependency [2.9.1]: transient dependency on 2.8.5 has a [security vulnerability](https://github.com/google/gson/pull/1991)
8+
and this library uses the Gson API explicitly.
9+
* Add explicit OkHttp dependency [4.10.0] as this library uses the API directly and to receive latest bug and security fixes.
10+
411
## 2.8.0
512
_2022-09-01_
613

714
* Configuration: add `languages` and `primary_translations`.
815
* Add `runtime` on the episode level.
916
* Bundle R8 rules into library.
10-
* Add explicit Gson dependency [2.9.1]: transient dependency on 2.8.5 has a [security vulnerability](https://github.com/google/gson/pull/1991)
11-
and this library uses the Gson API explicitly.
12-
* Add explicit OkHttp dependency [4.10.0] as this library uses the API directly and to receive latest bug and security fixes.
1317

1418
## 2.7.0
1519
_2022-03-11_

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://developers.themoviedb.org/3) usi
1010
Add the following dependency to your Gradle project:
1111

1212
```groovy
13-
implementation("com.uwetrottmann.tmdb2:tmdb-java:2.8.0")
13+
implementation("com.uwetrottmann.tmdb2:tmdb-java:2.8.1")
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.8.0</version>
22+
<version>2.8.1</version>
2323
</dependency>
2424
```
2525

0 commit comments

Comments
 (0)