diff --git a/CHANGELOG.md b/CHANGELOG.md index 814e57f..d5fc415 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/Irate-Walrus/cicd-automate-the-monotony/compare/v0.1.0...v0.1.1) (2022-08-11) + + +### Documentation + +* update example template.env ([df1b534](https://github.com/Irate-Walrus/cicd-automate-the-monotony/commit/df1b5341460d3858c28099c08aa0c769fb36dfa8)) + ## 0.1.0 (2022-08-10) diff --git a/pyproject.toml b/pyproject.toml index 333e922..d22e871 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cicd-automate-the-monotony" -version = "0.1.0" +version = "0.1.1" description = "Example application for presentation \"CI/CD - Automated The Monotony\" for Monash University" authors = ["irate-walrus"]