diff --git a/CHANGELOG.md b/CHANGELOG.md index 39a94bd..98cbd30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.7.10 (2023-06-22) + +### Fix + +* **poetry:** Bump dependencies ([`7a15af4`](https://github.com/KSmanis/pip-autocompile/commit/7a15af47497dc124de2f453642d89c8db4377b2e)) +* **poetry:** Sunset Python 3.7 ([`7b33aff`](https://github.com/KSmanis/pip-autocompile/commit/7b33aff80c0354615765b8731a47871ee5230839)) + ## v0.7.9 (2023-06-18) ### Fix diff --git a/pyproject.toml b/pyproject.toml index d6b16dd..49f0a3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ packages = [ ] readme = "README.md" repository = "https://github.com/KSmanis/pip-autocompile" -version = "0.7.9" +version = "0.7.10" [tool.poetry.dependencies] click = "^8.1.3"