Skip to content

Commit 7f5c858

Browse files
committed
Release v3.2.0
1 parent 4928ceb commit 7f5c858

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
## [3.2.0] - 2021-08-27
10+
911
- add github & grafana formatters
1012
- add formatted_body to bypass markdown with direct
1113
[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
4850
## [1.0.0] - 2020-02-14
4951
- First release with matrix-client & http.server
5052

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
5255
[3.1.1]: https://github.com/nim65s/matrix-webhook/compare/v3.1.0...v3.1.1
5356
[3.1.0]: https://github.com/nim65s/matrix-webhook/compare/v3.0.0...v3.1.0
5457
[3.0.0]: https://github.com/nim65s/matrix-webhook/compare/v2.0.0...v3.0.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "matrix-webhook"
3-
version = "3.1.1"
3+
version = "3.2.0"
44
description = "Post a message to a matrix room with a simple HTTP POST"
55
authors = ["Guilhem Saurel <guilhem.saurel@laas.fr>"]
66
license = "BSD-2-Clause"

0 commit comments

Comments
 (0)