diff --git a/CHANGELOG.md b/CHANGELOG.md index c030d04..242e514 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ -# Changelog +# Changelog# -##v2.2.0 +## v2.2.1 - BUGFIX release + +- fixes issues with tests and GH Actions + +b7c1d34 - (HEAD -> master, origin/master, origin/HEAD) Update dependencies and lockfile (2 hours ago) +eea9d85 - Update Vox test patterns (2 hours ago) +cad2486 - Updated Github Actions (2 hours ago) +275d7a0 - Bump to v2.2.0, add URLS and changelogs to package (2 hours ago) +2fbd2d1 - Remove unused TagProcessor (2 hours ago) +2220219 - Update python-package.yml (2 hours ago) +8873393 - linting (2 hours ago) + + +## v2.2.0 c7a47c6 - (HEAD -> postprocessing_vox) Remove unused TagProcessor 95f9f08 - (origin/postprocessing_vox) linting 9a1280b - Fix parameter typo in HeaderProcessor diff --git a/pyproject.toml b/pyproject.toml index 3676b25..01d2b97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ukedown" -version = "2.2.0" +version = "2.2.1" description = "Markdown extensions for songsheet creation" authors = ["Stuart Sears "] include = ["CHANGELOG.md"]