diff --git a/CHANGELOG.md b/CHANGELOG.md index a3f4e568e..be7d4cbc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ SPDX-FileCopyrightText: 2010 Jeremy Lainé SPDX-License-Identifier: CC0-1.0 --> +QXmpp 1.8.2 (October 21, 2024) +------------------------------ + + - StreamError: Fix parsing of stream error conditions and missing "invalid-id" condition (@lnjX) + - Omemo: Fix windows/msvc build (@lnjX, #658) + QXmpp 1.8.1 (August 21, 2024) ----------------------------- diff --git a/CMakeLists.txt b/CMakeLists.txt index 8c125c0d5..922a03586 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ # SPDX-License-Identifier: CC0-1.0 cmake_minimum_required(VERSION 3.7) -project(qxmpp VERSION 1.8.1) +project(qxmpp VERSION 1.8.2) set(SO_VERSION 5) diff --git a/doc/doap.xml b/doc/doap.xml index 9c62f5aab..5c80a1fc3 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -709,6 +709,13 @@ SPDX-License-Identifier: CC0-1.0 1.8 + + + 1.8.2 + 2024-10-24 + + + 1.8.0