diff --git a/CHANGELOG.md b/CHANGELOG.md index e61c9e7..d15190b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.15.0](https://github.com/pommee/Pocker/compare/v1.14.3...v1.15.0) (2024-08-26) + + +### Features + +* added plot for cpu and memory in statistics pane ([8e21518](https://github.com/pommee/Pocker/commit/8e2151896cc03e47f929f3b13ae5a2e6ab2c7d92)) + ## [1.14.3](https://github.com/pommee/Pocker/compare/v1.14.2...v1.14.3) (2024-08-22) diff --git a/pyproject.toml b/pyproject.toml index 7a06144..0a1bce7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pocker-tui" -version = "1.14.3" +version = "1.15.0" description = "CLI tool for docker images, containers, logs and more." authors = ["pommee"] readme = "README.md"