diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1ae9c080..c0f3a9a3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,11 +3,15 @@ Changelog Use cookiecutter's ``--checkout`` options to use a specific version. -master ------- +v3.0 (2022-10-11) +----------------- +* Added support for Python 3.11. +* Switched to pathlib in post gen hook and bootstrap script. +* Various bug fixing. * Bumped minimum Python 3 to 3.7. Use the older ``v2.0`` tag if you still care about the now unmaintained Python 3.6. + v2.0 (2022-09-09) -----------------