Skip to content

Commit 58d0e83

Browse files
committed
Release v3.2.1
1 parent d726db6 commit 58d0e83

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+
## [v3.2.1] - 2021-08-28
10+
911
- fix changelog
1012

1113
## [v3.2.0] - 2021-08-27
@@ -52,7 +54,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5254
## [v1.0.0] - 2020-02-14
5355
- First release with matrix-client & http.server
5456

55-
[Unreleased]: https://github.com/nim65s/matrix-webhook/compare/v3.2.0...master
57+
[Unreleased]: https://github.com/nim65s/matrix-webhook/compare/v3.2.1...master
58+
[v3.2.1] https://github.com/nim65s/matrix-webhook/compare/v3.2.0...v3.2.1
5659
[v3.2.0] https://github.com/nim65s/matrix-webhook/compare/v3.1.1...v3.2.0
5760
[v3.1.1]: https://github.com/nim65s/matrix-webhook/compare/v3.1.0...v3.1.1
5861
[v3.1.0]: https://github.com/nim65s/matrix-webhook/compare/v3.0.0...v3.1.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.2.0"
3+
version = "3.2.1"
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)