This commit is contained in:
Guilhem Saurel 2021-07-18 22:56:27 +02:00
parent 59e98b99a7
commit a6b192fbd7
2 changed files with 3 additions and 1 deletions

View file

@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [3.1.0] - 2021-07-18
- Publish on PyPI & Docker Hub with Github Actions
in [#10](https://github.com/nim65s/matrix-webhook/pull/10)
by [@nim65s](https://github.com/)

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "matrix-webhook"
version = "3.0.0"
version = "3.1.0"
description = "Post a message to a matrix room with a simple HTTP POST"
authors = ["Guilhem Saurel <guilhem.saurel@laas.fr>"]
license = "BSD-2-Clause"