Skip to content

Commit

Permalink
Release 1.92.2.0 for synapse 1.92.2
Browse files Browse the repository at this point in the history
  • Loading branch information
julianhille committed Nov 19, 2023
1 parent 8d0a7af commit 8248131
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### [1.92.2.0] - 2023-11-19

### Updated

- Synapse to 1.92.1 (there is no matrix-synapse 1.92.0)

### [1.92.1.0] - 2023-11-19

### Updated
Expand Down Expand Up @@ -221,7 +227,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Location of github action workflow file `build.yml`
- Fix robustness for matrix-synapse name and packages changes and rebuilding in the same path (updater script)

[unreleased]: https://github.com/conhealth/LifeTime-Desktop/compare/v1.92.1.0...HEAD
[unreleased]: https://github.com/conhealth/LifeTime-Desktop/compare/v1.92.2.0...HEAD
[1.92.2.0]: https://github.com/conhealth/LifeTime-Desktop/compare/v1.92.1.0...v1.92.2.0
[1.92.1.0]: https://github.com/conhealth/LifeTime-Desktop/compare/v1.91.1.0...v1.92.1.0
[1.91.1.0]: https://github.com/conhealth/LifeTime-Desktop/compare/v1.91.0.0...v1.91.1.0
[1.91.0.0]: https://github.com/conhealth/LifeTime-Desktop/compare/v1.90.0.0...v1.91.0.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ classifiers = [
"Topic :: Software Development"
]
dependencies = [
"matrix-synapse[test]==1.92.1"
"matrix-synapse[test]==1.92.2"
]

[project.urls]
Expand Down

0 comments on commit 8248131

Please sign in to comment.