diff --git a/CHANGELOG.md b/CHANGELOG.md index 16c623e..ae35e5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ sphinx-mdinclude [![Generated by attribution][attribution-badge]][attribution-url] +v0.6.2 +------ + +Maintenance release + +- Fix minimum docutils dependency requirement (#80) + +```text +$ git shortlog -s v0.6.1...v0.6.2 + 2 Amethyst Reese + 1 Emil van der Westhuizen +``` + + v0.6.1 ------ diff --git a/sphinx_mdinclude/__version__.py b/sphinx_mdinclude/__version__.py index ff08fa7..9647316 100644 --- a/sphinx_mdinclude/__version__.py +++ b/sphinx_mdinclude/__version__.py @@ -4,4 +4,4 @@ Do not edit manually. Get more info at https://attribution.omnilib.dev """ -__version__ = "0.6.1" +__version__ = "0.6.2"