diff --git a/.bumpversion.cfg b/.bumpversion.cfg index fcffdc6..55f29aa 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -2,7 +2,7 @@ commit = True tag = True message = build: Version {new_version} -current_version = 3.0.0 +current_version = 3.1.0 [bumpversion:file:CHANGELOG.md] search = Unreleased diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b19b35..2c6f283 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## Version 3.1.0 (2024-11-05) + +* [Enhancement] Install version 3.1.0 of ansible-role-enrollmentreports by default. + ## Version 3.0.0 (2024-10-07) * [Enhancement] Drop support for Python 3.8; update the Ubuntu base image to diff --git a/README.md b/README.md index d8a9040..1eeaa95 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ appropriate one: ## Installation - pip install git+https://github.com/hastexo/tutor-contrib-enrollmentreports@v3.0.0 + pip install git+https://github.com/hastexo/tutor-contrib-enrollmentreports@v3.1.0 ## Usage