Skip to content

Commit

Permalink
Prepare release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Syndace committed Oct 19, 2024
1 parent 360eae1 commit ff3ecf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions 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.2.1] - 19th of October, 2024

### Fixed
- Handle groupchat messages in `decrypt_message`

Expand Down
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__" ]

__version__ = {}
__version__["short"] = "1.2.0"
__version__["short"] = "1.2.1"
__version__["tag"] = "beta"
__version__["full"] = f"{__version__['short']}-{__version__['tag']}"

0 comments on commit ff3ecf9

Please sign in to comment.