diff --git a/CHANGELOG.md b/CHANGELOG.md index 71e0618..9bb6b24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.2.0](https://github.com/pommee/Pocker/compare/v1.1.0...v1.2.0) (2024-06-06) + + +### Features + +* notification when update available ([a83734e](https://github.com/pommee/Pocker/commit/a83734e0b8da4be833ea1cb683e7209d84dcbe3a)) + # [1.1.0](https://github.com/pommee/Pocker/compare/v1.0.0...v1.1.0) (2024-06-05) diff --git a/pyproject.toml b/pyproject.toml index 5c622a1..305a89e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pocker" -version = "1.1.0" +version = "1.2.0" description = "CLI tool for docker images, containers, logs and more." authors = ["pommee"] readme = "README.md"