diff --git a/CHANGELOG.md b/CHANGELOG.md index 010af0de..80d40181 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog All notable changes to this project will be documented in this file. +## [0.5.1] - 2021-08-02 +##### Fixed +- Fixed a bug divination cards was not included in the networth +- Fixed various bugs related to the new Path of Exile: Royale league + ## [0.5.0] - 2021-07-23 ##### Added - Added support for Xbox players diff --git a/ExilenceNextApp/package.json b/ExilenceNextApp/package.json index 2ae2d1b0..12049ff6 100644 --- a/ExilenceNextApp/package.json +++ b/ExilenceNextApp/package.json @@ -1,6 +1,6 @@ { "name": "exilence-next-app", - "version": "0.5.0", + "version": "0.5.1", "private": true, "dependencies": { "@material-ui/core": "^4.11.0",