Skip to content

Commit efdfd3a

Browse files
committed
Release v3.5.0
1 parent 5b7067f commit efdfd3a

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

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+
## [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

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.4.0"
3+
version = "3.5.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)