diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..dce45e8 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +### [0.5.3](https://github.com/polarmutex/fava-envelope/compare/v0.5.2...v0.5.3) (2022-05-19) + + +### Bug Fixes + +* replace url_for_current with url_for (for compatibility with fava 1.20 and up) ([910b3ad](https://github.com/polarmutex/fava-envelope/commit/910b3ad742683e747660c09430e56415ee44d8c3)) diff --git a/pyproject.toml b/pyproject.toml index 92518dd..654764d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fava-envelope" -version = "0.6.0" +version = "0.5.3" description = "Fava Envelope budgeting for beancount" authors = ["Brian Ryall "] homepage = 'https://github.com/bryall/fava-envelope'