Skip to content

Commit

Permalink
Release v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Mar 7, 2023
1 parent 5048626 commit 312b963
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v3.6.0] - 2023-03-07

- update docker to python 3.11
- update tooling
- update lints
Expand Down Expand Up @@ -89,7 +91,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [v1.0.0] - 2020-02-14
- First release with matrix-client & http.server

[Unreleased]: https://github.com/nim65s/matrix-webhook/compare/v3.5.0...master
[Unreleased]: https://github.com/nim65s/matrix-webhook/compare/v3.6.0...master
[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.4.0]: https://github.com/nim65s/matrix-webhook/compare/v3.3.0...v3.4.0
[v3.3.0]: https://github.com/nim65s/matrix-webhook/compare/v3.2.1...v3.3.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "matrix-webhook"
version = "3.5.0"
version = "3.6.0"
description = "Post a message to a matrix room with a simple HTTP POST"
authors = ["Guilhem Saurel <[email protected]>"]
license = "BSD-2-Clause"
Expand Down

0 comments on commit 312b963

Please sign in to comment.