File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ v3.5.0] - 2022-09-07
10+
911- Add formatter for grafana 9
1012 in [ #45 ] ( https://github.com/nim65s/matrix-webhook/pull/45 )
1113 by [ @svenseeberg ] ( https://github.com/svenseeberg )
@@ -82,7 +84,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8284## [ v1.0.0] - 2020-02-14
8385- First release with matrix-client & http.server
8486
85- [ Unreleased ] : https://github.com/nim65s/matrix-webhook/compare/v3.4.0...master
87+ [ Unreleased ] : https://github.com/nim65s/matrix-webhook/compare/v3.5.0...master
88+ [ v3.5.0 ] : https://github.com/nim65s/matrix-webhook/compare/v3.4.0...v3.5.0
8689[ v3.4.0 ] : https://github.com/nim65s/matrix-webhook/compare/v3.3.0...v3.4.0
8790[ v3.3.0 ] : https://github.com/nim65s/matrix-webhook/compare/v3.2.1...v3.3.0
8891[ v3.2.1 ] : https://github.com/nim65s/matrix-webhook/compare/v3.2.0...v3.2.1
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " matrix-webhook"
3- version = " 3.4 .0"
3+ version = " 3.5 .0"
44description = " Post a message to a matrix room with a simple HTTP POST"
55authors = [" Guilhem Saurel <guilhem.saurel@laas.fr>" ]
66license = " BSD-2-Clause"
You can’t perform that action at this time.
0 commit comments