From bc858f8bace174ddaf8a1213f1bc226a410d84b7 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Fri, 12 Aug 2022 11:50:09 +0200 Subject: [PATCH] Release v3.4.0 --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 413cd40..23a9958 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.4.0] - 2022-08-12 + - fix tests - add `matrix-webhook` script in [#25](https://github.com/nim65s/matrix-webhook/pull/25) @@ -76,7 +78,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.3.0...master +[Unreleased]: https://github.com/nim65s/matrix-webhook/compare/v3.4.0...master +[v3.4.0]: https://github.com/nim65s/matrix-webhook/compare/v3.3.0...v3.4.0 [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 diff --git a/pyproject.toml b/pyproject.toml index 74fc44f..078703a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "matrix-webhook" -version = "3.3.0" +version = "3.4.0" description = "Post a message to a matrix room with a simple HTTP POST" authors = ["Guilhem Saurel "] license = "BSD-2-Clause"