Skip to content

Commit

Permalink
Prepare v1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Syndace committed Oct 7, 2024
1 parent 8119306 commit 45965ab
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 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [1.1.0] - 7th of October, 2024

### Added
- Emit an event when OMEMO has initialized
- Manually subscribe to device list nodes of contacts without working PEP updates (i.e. missing presence subscription)
Expand All @@ -20,5 +22,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Added
- Initial release

[Unreleased]: https://github.com/Syndace/slixmpp-omemo/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/Syndace/slixmpp-omemo/compare/v1.1.0...HEAD
[1.1.0]: https://github.com/Syndace/slixmpp-omemo/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/Syndace/slixmpp-omemo/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion slixmpp_omemo/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__all__ = [ "__version__" ] # pylint: disable=unused-variable

__version__ = {}
__version__["short"] = "1.0.0"
__version__["short"] = "1.1.0"
__version__["tag"] = "beta"
__version__["full"] = f"{__version__['short']}-{__version__['tag']}"

0 comments on commit 45965ab

Please sign in to comment.