diff --git a/CHANGELOG b/CHANGELOG index f639d66..8778cfa 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -21,4 +21,8 @@ * Refactored for Python 3.10 * Fixed a few bugs * Added custom logging based on config value -* Windows build + +## 0.2.4 + +* Fix bugs related to no config.ini file in use +* ENS support added to sending transactions diff --git a/pyproject.toml b/pyproject.toml index 706f1f1..75fa2d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,11 +2,11 @@ [tool.briefcase] project_name = "TheLootBoxWallet" bundle = "com.thelootboxwallet" -version = "0.2.3" -url = "https://thelootbox.xyz/" +version = "0.2.4" +url = "https://thelootbox-xyz.github.io/" license = "MIT" author = "Kyle Benac" -author_email = "hello@thelootbox.xyz" +author_email = "b3nac.eth@ethereum.email" [tool.briefcase.app.TheLootBoxWallet] formal_name = "TheLootBoxWallet"