Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Katsute committed May 31, 2023
1 parent f339fbf commit 336414a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 3.4.0

### New Features

* Add missing character and people fields [#393](https://github.com/KatsuteDev/Mal4J/pull/393) ([@Katsute](https://github.com/Katsute))

These are from undocumented features, you must use `MyAnimeList.enableExperimentalFeature(ExperimentalFeature.CHARACTERS)` and `MyAnimeList.enableExperimentalFeature(ExperimentalFeature.PEOPLE)` to enable them.

* Add favorites count to character and people
* Add alternative names and 'more' field to people
* Add method to retrieve character biography details as a map

**Full Changelog**: [`3.3.0...3.4.0`](https://github.com/KatsuteDev/Mal4J/compare/3.3.0...3.4.0)

## 3.3.0

### New Features
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>dev.katsute</groupId>
<artifactId>mal4j</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0</version>

<profiles>
<profile>
Expand Down

0 comments on commit 336414a

Please sign in to comment.