diff --git a/CHANGELOG.md b/CHANGELOG.md index 3259d73..3e6a334 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.7.1](https://github.com/pommee/Pocker/compare/v1.7.0...v1.7.1) (2024-07-14) + + +### Bug Fixes + +* remove duplicated logs and double reinitialization ([2e29927](https://github.com/pommee/Pocker/commit/2e2992711774da172c644be970e333a0c1f8bdc8)) + # [1.7.0](https://github.com/pommee/Pocker/compare/v1.6.5...v1.7.0) (2024-07-11) diff --git a/pyproject.toml b/pyproject.toml index 39cc35c..e0ba5f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pocker" -version = "1.7.0" +version = "1.7.1" description = "CLI tool for docker images, containers, logs and more." authors = ["pommee"] readme = "README.md"