diff --git a/CHANGELOG.md b/CHANGELOG.md index ff3b650..7086400 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.7.4 (2022-03-25) +### Fix +* **deps:** Update dependency python-on-whales to ^0.40.0 ([`030380b`](https://github.com/KSmanis/pip-autocompile/commit/030380b5795bfbd112170026624d8e6e520e91e5)) + ## v0.7.3 (2022-03-15) ### Fix * **deps:** Update dependency python-on-whales to ^0.39.0 ([`b35ba6b`](https://github.com/KSmanis/pip-autocompile/commit/b35ba6bc3b7c99bb1d7e81a45d056b7d4412217e)) diff --git a/pyproject.toml b/pyproject.toml index 362ee7e..a8f4866 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pip-autocompile" -version = "0.7.3" +version = "0.7.4" description = "Automate pip-compile for multiple environments." license = "MIT" authors = ["Konstantinos Smanis "]