diff --git a/CHANGELOG.md b/CHANGELOG.md index 05459ce..f85794c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog + +## Version 1.3.0 + +- Store a user's current value for a badge in the DB ([8a79422](https://github.com/fedora-infra/tahrir-api/commit/8a79422>)) +- Fix Alembic config ([8d19683](https://github.com/fedora-infra/tahrir-api/commit/8d19683>)) +- Update dependencies + + ## Version 1.2.0 - Change the scripts to use a Flask-style config file instead of the Paste/Pyramid one ([5db2f11](https://github.com/fedora-infra/tahrir-api/commit/5db2f11>)) diff --git a/pyproject.toml b/pyproject.toml index c430f61..10eb875 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tahrir-api" -version = "1.2.0" +version = "1.3.0" description = "An API for interacting with the Tahrir database" license = "GPLv3+"