diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dcb006..41eb596 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.0.0] - 2021-07-18 + - Simplify code in [#1](https://github.com/nim65s/matrix-webhook/pull/1) by [@homeworkprod](https://github.com/homeworkprod) @@ -22,7 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 in [#9](https://github.com/nim65s/matrix-webhook/pull/9) by [@nim65s](https://github.com/nim65s) -## [1.0.0] - 2020-03-14 +## [2.0.0] - 2020-03-14 - Update to matrix-nio & aiohttp & markdown ## [1.0.0] - 2020-02-14 diff --git a/pyproject.toml b/pyproject.toml index 8c2ae72..7f109e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "matrix-webhook" -version = "2.1.0" +version = "3.0.0" description = "Post a message to a matrix room with a simple HTTP POST" authors = ["Guilhem Saurel "] license = "BSD-2-Clause"