diff --git a/CHANGELOG.md b/CHANGELOG.md index b1a1a05..f5603a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.5.0](https://github.com/MartinHowarth/shimmer/compare/1.4.0...1.5.0) (2020-04-04) + + +### Features + +* Expand dialog support and add text input question form ([#94](https://github.com/MartinHowarth/shimmer/issues/94)) ([a846a99](https://github.com/MartinHowarth/shimmer/commit/a846a998d1b1638739eb83788f3462ddc62aaf20)) + # [1.4.0](https://github.com/MartinHowarth/shimmer/compare/1.3.0...1.4.0) (2020-02-22) diff --git a/pyproject.toml b/pyproject.toml index 19f400a..0f59ab9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "shimmer" -version = "1.4.0" +version = "1.5.0" description = "Create games in python, without hassle - batteries included!" license = "MIT"