Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mhekkel committed Apr 8, 2024
1 parent 37fcbb9 commit c4a6ba7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

cmake_minimum_required(VERSION 3.22)

project(libzeep VERSION 6.0.13 LANGUAGES CXX)
project(libzeep VERSION 6.0.14 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.14
- Fix URI parser, some paths were not absolute

Version 6.0.13
- Flush access log after each request. (replacing all
instances of std::endl was a bit too drastic).
Expand Down

0 comments on commit c4a6ba7

Please sign in to comment.