diff --git a/CMakeLists.txt b/CMakeLists.txt index a913b20..879667b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,11 @@ +# Copyright Maarten L. Hekkelman, 2023 +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE_1_0.txt or copy at +# http://www.boost.org/LICENSE_1_0.txt) + cmake_minimum_required(VERSION 3.22) -project(libzeep VERSION 6.0.8 LANGUAGES CXX) +project(libzeep VERSION 6.0.9 LANGUAGES CXX) list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake) diff --git a/changelog b/changelog index 2438633..2b7f3fe 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,6 @@ +Version 6.0.9 +- Fix writing encoded path segments for URI's + Version 6.0.8 - Security fix: redirect to relative URI's only on login - Added a new HTTP status code: 422 Unprocessable Entity