diff --git a/CHANGELOG.md b/CHANGELOG.md index b0034130..a1cb8ff8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### Version 0.6.0 + +* Update pyyaml to next major version to avoid breaking changes +* Update type comparisons highlighted by linter +* Update pointer for debian files, since they have been archived + ### Version 0.5.2 * Add installation instructions for apple silicon devices diff --git a/pyproject.toml b/pyproject.toml index 5763d76a..0d3bb9ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "esque" -version = "0.5.2" +version = "0.6.0" description="esque - an operational kafka tool." authors = ["real.digital "] license = "MIT"