File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed 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
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 3.2.0] - 2021-08-27
10
+
9
11
- add github & grafana formatters
10
12
- add formatted_body to bypass markdown with direct
11
13
[ matrix-custom-HTML] ( https://matrix.org/docs/spec/client_server/r0.6.1#m-room-message-msgtypes )
@@ -48,7 +50,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
48
50
## [ 1.0.0] - 2020-02-14
49
51
- First release with matrix-client & http.server
50
52
51
- [ Unreleased ] : https://github.com/nim65s/matrix-webhook/compare/v3.1.1...master
53
+ [ Unreleased ] : https://github.com/nim65s/matrix-webhook/compare/v3.2.0...master
54
+ [ 3.2.0] https://github.com/nim65s/matrix-webhook/compare/v3.1.1...v3.2.0
52
55
[ 3.1.1 ] : https://github.com/nim65s/matrix-webhook/compare/v3.1.0...v3.1.1
53
56
[ 3.1.0 ] : https://github.com/nim65s/matrix-webhook/compare/v3.0.0...v3.1.0
54
57
[ 3.0.0 ] : https://github.com/nim65s/matrix-webhook/compare/v2.0.0...v3.0.0
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " matrix-webhook"
3
- version = " 3.1.1 "
3
+ version = " 3.2.0 "
4
4
description = " Post a message to a matrix room with a simple HTTP POST"
5
5
authors = [" Guilhem Saurel <guilhem.saurel@laas.fr>" ]
6
6
license = " BSD-2-Clause"
You can’t perform that action at this time.
0 commit comments