diff --git a/CHANGELOG.md b/CHANGELOG.md index 3827106..8c6aac1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # GOJI Changelog -## Master +## 0.4.0 ### Breaking Changes diff --git a/pyproject.toml b/pyproject.toml index 9ea5327..f68e45a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "goji" -version = "0.3.1" +version = "0.4.0" description = "Command line JIRA client" authors = ["Kyle Fuller "] license = "BSD"