diff --git a/CHANGELOG.md b/CHANGELOG.md index e3fffaf..c2c9646 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.1.9](https://github.com/swimlane/atomic-operator-runner/compare/0.1.8...0.1.9) (2022-09-14) + + +### Features + +* Adding current changelog ([6e66e19](https://github.com/swimlane/atomic-operator-runner/commit/6e66e19bb195e08ad48b9ce14b65be101d7a5c2e)) +* **ci:** Adding new release test ([32c3385](https://github.com/swimlane/atomic-operator-runner/commit/32c3385e71f713fb2502200b82665ebb6d607e09)) + + +### Bug Fixes + +* Bumped version ([bba9379](https://github.com/swimlane/atomic-operator-runner/commit/bba9379128f4b5774da09b50702734c048216e34)) +* Updated readme with new badges ([2d76832](https://github.com/swimlane/atomic-operator-runner/commit/2d76832107c1a504560cf04db3d991f66d79479a)) +* Updated README with release badge ([6ceff61](https://github.com/swimlane/atomic-operator-runner/commit/6ceff61ee2953d3cb8355fef5c2c5d12a5a68d78)) + ## [0.1.8](https://github.com/swimlane/atomic-operator-runner/compare/0.1.7...0.1.8) (2022-09-14) diff --git a/pyproject.toml b/pyproject.toml index 3754379..d9be40f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "atomic-operator-runner" -version = "0.1.8" +version = "0.1.9" description = "atomic-operator-runner" authors = ["Josh Rickard "] license = "MIT"