File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-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.0.0] - 2021-07-18
10
+
9
11
- Simplify code
10
12
in [ #1 ] ( https://github.com/nim65s/matrix-webhook/pull/1 )
11
13
by [ @homeworkprod ] ( https://github.com/homeworkprod )
@@ -22,7 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22
24
in [ #9 ] ( https://github.com/nim65s/matrix-webhook/pull/9 )
23
25
by [ @nim65s ] ( https://github.com/nim65s )
24
26
25
- ## [ 1 .0.0] - 2020-03-14
27
+ ## [ 2 .0.0] - 2020-03-14
26
28
- Update to matrix-nio & aiohttp & markdown
27
29
28
30
## [ 1.0.0] - 2020-02-14
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " matrix-webhook"
3
- version = " 2.1 .0"
3
+ version = " 3.0 .0"
4
4
description = " Post a message to a matrix room with a simple HTTP POST"
5
5
authors = [
" Guilhem Saurel <[email protected] >" ]
6
6
license = " BSD-2-Clause"
You can’t perform that action at this time.
0 commit comments