Skip to content

Commit 8a3bbef

Browse files
committed
v3.0.0
1 parent 6943432 commit 8a3bbef

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 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.0.0] - 2021-07-18
10+
911
- Simplify code
1012
in [#1](https://github.com/nim65s/matrix-webhook/pull/1)
1113
by [@homeworkprod](https://github.com/homeworkprod)
@@ -22,7 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2224
in [#9](https://github.com/nim65s/matrix-webhook/pull/9)
2325
by [@nim65s](https://github.com/nim65s)
2426

25-
## [1.0.0] - 2020-03-14
27+
## [2.0.0] - 2020-03-14
2628
- Update to matrix-nio & aiohttp & markdown
2729

2830
## [1.0.0] - 2020-02-14

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 = "2.1.0"
3+
version = "3.0.0"
44
description = "Post a message to a matrix room with a simple HTTP POST"
55
authors = ["Guilhem Saurel <[email protected]>"]
66
license = "BSD-2-Clause"

0 commit comments

Comments
 (0)