diff --git a/Changelog.md b/Changelog.md index c55ce6d..c2ce2a3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,10 @@ -## 29.09.2019 - Version 1.3.1 (newest) +## 20.11.2019 - Version 1.3.2 (newest) + +- Integration with Jikan API v3.4. +- Features + - [User] `UserId` added to `UserProfile` + +## 29.09.2019 - Version 1.3.1 - Fixes - [General] Removed null check during creation http client in order to avoid multiple `Jikan` objects holding same url. diff --git a/JikanDotNet/JikanDotNet.csproj b/JikanDotNet/JikanDotNet.csproj index 92b14bf..337bfdc 100644 --- a/JikanDotNet/JikanDotNet.csproj +++ b/JikanDotNet/JikanDotNet.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 1.3.1 + 1.3.2 Bartłomiej Buchała A dotnet wrapper for Jikan REST API, fetching data from MyAnimeList. true @@ -13,8 +13,8 @@ https://github.com/Ervie/jikan.net/blob/master/LICENSE https://github.com/Ervie/jikan.net https://jikan.moe/assets/images/favicon/apple-touch-icon.png - 1.3.0.1 - 1.3.0.1 + 1.3.0.2 + 1.3.0.2 diff --git a/README.md b/README.md index a1fc788..21d2140 100644 --- a/README.md +++ b/README.md @@ -107,11 +107,11 @@ Then restore dependencies: # Changelog -## 29.09.2019 - Version 1.3.1 +## 20.11.2019 - Version 1.3.2 -- Fixes - - [General] Removed null check during creation http client in order to avoid multiple `Jikan` objects holding same url. - - [Search] Fixed incorrect parameters listing in search queries, which leaded to returning null. +- Integration with Jikan API v3.4. +- Features + - [User] `UserId` added to `UserProfile` **[Read More](https://github.com/Ervie/jikan.net/blob/master/Changelog.md)**