diff --git a/CHANGELOG.md b/CHANGELOG.md index ee16767..761838d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v3.3.0] - 2022-03-04 + - add pyupgrade - add gitlab formatter for google chat & microsoft teams in [#21](https://github.com/nim65s/matrix-webhook/pull/21) @@ -62,7 +64,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [v1.0.0] - 2020-02-14 - First release with matrix-client & http.server -[Unreleased]: https://github.com/nim65s/matrix-webhook/compare/v3.2.1...master +[Unreleased]: https://github.com/nim65s/matrix-webhook/compare/v3.3.0...master +[v3.3.0]: https://github.com/nim65s/matrix-webhook/compare/v3.2.1...v3.3.0 [v3.2.1]: https://github.com/nim65s/matrix-webhook/compare/v3.2.0...v3.2.1 [v3.2.0]: https://github.com/nim65s/matrix-webhook/compare/v3.1.1...v3.2.0 [v3.1.1]: https://github.com/nim65s/matrix-webhook/compare/v3.1.0...v3.1.1 diff --git a/pyproject.toml b/pyproject.toml index 97dab39..72e529f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "matrix-webhook" -version = "3.2.1" +version = "3.3.0" description = "Post a message to a matrix room with a simple HTTP POST" authors = ["Guilhem Saurel "] license = "BSD-2-Clause"