v3.1.0
This commit is contained in:
parent
59e98b99a7
commit
a6b192fbd7
2 changed files with 3 additions and 1 deletions
|
@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [3.1.0] - 2021-07-18
|
||||||
|
|
||||||
- Publish on PyPI & Docker Hub with Github Actions
|
- Publish on PyPI & Docker Hub with Github Actions
|
||||||
in [#10](https://github.com/nim65s/matrix-webhook/pull/10)
|
in [#10](https://github.com/nim65s/matrix-webhook/pull/10)
|
||||||
by [@nim65s](https://github.com/)
|
by [@nim65s](https://github.com/)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "matrix-webhook"
|
name = "matrix-webhook"
|
||||||
version = "3.0.0"
|
version = "3.1.0"
|
||||||
description = "Post a message to a matrix room with a simple HTTP POST"
|
description = "Post a message to a matrix room with a simple HTTP POST"
|
||||||
authors = ["Guilhem Saurel <guilhem.saurel@laas.fr>"]
|
authors = ["Guilhem Saurel <guilhem.saurel@laas.fr>"]
|
||||||
license = "BSD-2-Clause"
|
license = "BSD-2-Clause"
|
||||||
|
|
Loading…
Reference in a new issue