diff --git a/CHANGELOG.md b/CHANGELOG.md index fc8928e..46d1cdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changes +## Version 2.2.4 - June 24th, 2024 + + - Fix bug with APITest case + ## Version 2.2.3 - July 11th, 2023 - Fix bug where email addresses were not created by make_user() diff --git a/setup.cfg b/setup.cfg index fa7bb1b..e67d252 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.2.3 +current_version = 2.2.4 commit = True tag = True