diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d1ea45..bf0ad24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.6.1](https://github.com/seblum/octiv-booker/compare/v2.6.0...v2.6.1) (2024-08-12) + + +### Bug Fixes + +* release manual poetry bump ([#58](https://github.com/seblum/octiv-booker/issues/58)) ([468fa70](https://github.com/seblum/octiv-booker/commit/468fa70f1e2105d6d70c98f5e838cd2f80567379)) +* Release on any master push irrespective path ([#55](https://github.com/seblum/octiv-booker/issues/55)) ([56793e1](https://github.com/seblum/octiv-booker/commit/56793e15d2756850dcf18e2355007e9c8f2f9ac7)) + ## [2.6.0](https://github.com/seblum/octiv-booker/compare/v2.5.0...v2.6.0) (2024-08-12) diff --git a/pyproject.toml b/pyproject.toml index 82ec337..d51b4d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "slotBooker" -version = "2.6.0" +version = "2.6.1" description = "" authors = ["Sebastian Blum "] packages = [{include = "slotbooker", from = "src"}]