mirror of
https://github.com/bsedin/matrix-webhook.git
synced 2026-04-09 11:25:40 +00:00
Release v3.7.0
This commit is contained in:
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [v3.7.0] - 2023-03-08
|
||||||
|
|
||||||
- Add support for using predefined access tokens
|
- Add support for using predefined access tokens
|
||||||
in [#67](https://github.com/nim65s/matrix-webhook/pull/67)
|
in [#67](https://github.com/nim65s/matrix-webhook/pull/67)
|
||||||
by [@ananace](https://github.com/ananace)
|
by [@ananace](https://github.com/ananace)
|
||||||
@@ -95,7 +97,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
## [v1.0.0] - 2020-02-14
|
## [v1.0.0] - 2020-02-14
|
||||||
- First release with matrix-client & http.server
|
- First release with matrix-client & http.server
|
||||||
|
|
||||||
[Unreleased]: https://github.com/nim65s/matrix-webhook/compare/v3.6.0...master
|
[Unreleased]: https://github.com/nim65s/matrix-webhook/compare/v3.7.0...master
|
||||||
|
[v3.7.0]: https://github.com/nim65s/matrix-webhook/compare/v3.6.0...v3.7.0
|
||||||
[v3.6.0]: https://github.com/nim65s/matrix-webhook/compare/v3.5.0...v3.6.0
|
[v3.6.0]: https://github.com/nim65s/matrix-webhook/compare/v3.5.0...v3.6.0
|
||||||
[v3.5.0]: https://github.com/nim65s/matrix-webhook/compare/v3.4.0...v3.5.0
|
[v3.5.0]: https://github.com/nim65s/matrix-webhook/compare/v3.4.0...v3.5.0
|
||||||
[v3.4.0]: https://github.com/nim65s/matrix-webhook/compare/v3.3.0...v3.4.0
|
[v3.4.0]: https://github.com/nim65s/matrix-webhook/compare/v3.3.0...v3.4.0
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ license = "BSD-2-Clause"
|
|||||||
name = "matrix-webhook"
|
name = "matrix-webhook"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/nim65s/matrix-webhook.git"
|
repository = "https://github.com/nim65s/matrix-webhook.git"
|
||||||
version = "3.6.0"
|
version = "3.7.0"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
Markdown = "^3.3.4"
|
Markdown = "^3.3.4"
|
||||||
|
|||||||
Reference in New Issue
Block a user