diff --git a/CHANGELOG.md b/CHANGELOG.md index c008ab3..fdb268d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Changelog ========= +2.11.0 (2023-10-11) +------------------- + +- Update KTLint to version 1.0.0 +- Update GoogleJavaFormatter to 1.18.1 +- Make library compatible with Python 3.12 - [PR #182](https://github.com/macisamuele/language-formatters-pre-commit-hooks/pull/182) - [@Delgan](https://github.com/Delgan) thanks for your contribution + 2.10.0 (2023-07-13) ------------------ diff --git a/setup.cfg b/setup.cfg index b412094..996f26c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,7 +21,7 @@ license_file = LICENSE long_description = file: README.md, CHANGELOG.md long_description_content_type = text/markdown url = https://github.com/macisamuele/language-formatters-pre-commit-hooks -version = 2.10.0 +version = 2.11.0 [options] install_requires =