Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mhekkel committed Nov 26, 2023
1 parent 3ba406d commit 4bb32cf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
3 changes: 3 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4bb32cf

Please sign in to comment.