diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d026302f38b702c25d1edd580f5aef6e222031d..01dd45bb2283629ec16e048bbebd3229dfaaea23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.2](https://gitlab.com/to-be-continuous/tools/tbc-check/compare/1.5.1...1.5.2) (2024-09-13) + + +### Bug Fixes + +* **deps:** update poetry dependencies ([ed1732e](https://gitlab.com/to-be-continuous/tools/tbc-check/commit/ed1732ea523561c3c9625ad0a8124fc30e578b12)) + ## [1.5.1](https://gitlab.com/to-be-continuous/tools/tbc-check/compare/1.5.0...1.5.1) (2024-09-06) diff --git a/pyproject.toml b/pyproject.toml index 46015716feb675f26b01eb8a01f44e42b8f8a8f1..a26cc5e55b80a231473b80cc985cbba6d339b287 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tbc-check" -version = "1.5.1" +version = "1.5.2" description = "to-be-continuous checker CLI tool" authors = ["Pierre Smeyers <pierre.smeyers@gmail.com>"] license = "LGPL"