Skip to content

Commit 5b6101e

Browse files
committed
Prepare version 2.0.0 release
1 parent cb47302 commit 5b6101e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [2.0.0] - 25th of June, 2025
10+
911
### Added
1012
- Added three new abstract methods related to device label handling to `Backend`.
1113
- Added device label signing and signature verification capabilities as per XEP-0384 version 0.9.0.
@@ -180,7 +182,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
180182
### Changed
181183
- Upon serialization the current library version is added to the serialized structures, to allow for seamless updates in the future.
182184

183-
[Unreleased]: https://github.com/Syndace/python-omemo/compare/v1.3.0...HEAD
185+
[Unreleased]: https://github.com/Syndace/python-omemo/compare/v2.0.0...HEAD
186+
[2.0.0]: https://github.com/Syndace/python-omemo/compare/v1.3.0...v2.0.0
184187
[1.3.0]: https://github.com/Syndace/python-omemo/compare/v1.2.0...v1.3.0
185188
[1.2.0]: https://github.com/Syndace/python-omemo/compare/v1.1.0...v1.2.0
186189
[1.1.0]: https://github.com/Syndace/python-omemo/compare/v1.0.5...v1.1.0

omemo/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__all__ = [ "__version__" ]
22

3-
__version__ = "1.3.0"
3+
__version__ = "2.0.0"

0 commit comments

Comments
 (0)