diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 96b621c..0ee536b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -3,7 +3,7 @@ commit = True tag = True sign_tags = True message = build: Version {new_version} -current_version = 2.3.0 +current_version = 2.4.0 [bumpversion:file:CHANGELOG.md] search = Unreleased diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c55e27..b9b0e60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## Version 2.4.0 (2024-03-12) * [Enhancement] Make the location and revision of the webhook-receiver application repository configurable. * [Fix] Populate the webhook-receiver application's `ALLOWED_HOSTS` list from the value set for `WEBHOOKRECEIVER_HOST`. diff --git a/README.md b/README.md index ea29f3c..0fc19c4 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ appropriate one: Installation ------------ - pip install git+https://github.com/hastexo/tutor-contrib-webhook-receiver@v2.3.0 + pip install git+https://github.com/hastexo/tutor-contrib-webhook-receiver@v2.4.0 Then, to enable this plugin, run: