Skip to content

Commit

Permalink
Release QXmpp 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lnjX committed Jul 7, 2024
1 parent 47b066a commit 7c189b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ SPDX-FileCopyrightText: 2010 Jeremy Lainé <[email protected]>
SPDX-License-Identifier: CC0-1.0
-->

QXmpp 1.7.1 (July 07, 2024)
---------------------------

- OMEMO: Fix messages are dropped if decryption fails (@melvo, #634)
- Fix build issue with MSVC: missing export of utility functions (@lnjX)

QXmpp 1.7.0 (May 19, 2024)
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: CC0-1.0

cmake_minimum_required(VERSION 3.7)
project(qxmpp VERSION 1.7.0)
project(qxmpp VERSION 1.7.1)

set(SO_VERSION 5)

Expand Down

0 comments on commit 7c189b0

Please sign in to comment.