diff --git a/CHANGELOG.md b/CHANGELOG.md index 60854f5b..0b988df5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.8.29 (2023-12-09) + +- Updated the PoE Assets using PoE Asset Updater (commit 4bcf2eb) and PoE Client v3.23.0 (hotfix 10) +- Added support for Transfigured Gems + ## 0.8.28 (2023-12-08) - Updated the PoE Assets using PoE Asset Updater (commit e05332b) and PoE Client v3.23.0 (hotfix 6) diff --git a/package-lock.json b/package-lock.json index 12dfa876..bd733d04 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "poe-overlay", - "version": "0.8.28", + "version": "0.8.29", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b464e6a3..d5648e4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poe-overlay", - "version": "0.8.28", + "version": "0.8.29", "private": true, "description": "An Overlay for Path of Exile. Built with Electron and Angular.", "main": "main.js",