Release v3.5.0

This commit is contained in:
Guilhem Saurel 2022-09-07 18:45:41 +02:00
parent 5b7067f382
commit efdfd3a2db
2 changed files with 5 additions and 2 deletions

View file

@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [v3.5.0] - 2022-09-07
- Add formatter for grafana 9 - Add formatter for grafana 9
in [#45](https://github.com/nim65s/matrix-webhook/pull/45) in [#45](https://github.com/nim65s/matrix-webhook/pull/45)
by [@svenseeberg](https://github.com/svenseeberg) by [@svenseeberg](https://github.com/svenseeberg)
@ -82,7 +84,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [v1.0.0] - 2020-02-14 ## [v1.0.0] - 2020-02-14
- First release with matrix-client & http.server - First release with matrix-client & http.server
[Unreleased]: https://github.com/nim65s/matrix-webhook/compare/v3.4.0...master [Unreleased]: https://github.com/nim65s/matrix-webhook/compare/v3.5.0...master
[v3.5.0]: https://github.com/nim65s/matrix-webhook/compare/v3.4.0...v3.5.0
[v3.4.0]: https://github.com/nim65s/matrix-webhook/compare/v3.3.0...v3.4.0 [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.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.1]: https://github.com/nim65s/matrix-webhook/compare/v3.2.0...v3.2.1

View file

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "matrix-webhook" name = "matrix-webhook"
version = "3.4.0" version = "3.5.0"
description = "Post a message to a matrix room with a simple HTTP POST" description = "Post a message to a matrix room with a simple HTTP POST"
authors = ["Guilhem Saurel <guilhem.saurel@laas.fr>"] authors = ["Guilhem Saurel <guilhem.saurel@laas.fr>"]
license = "BSD-2-Clause" license = "BSD-2-Clause"