Skip to content

Commit

Permalink
Version 2.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joesiltberg committed May 24, 2024
1 parent af5a2d8 commit f257bff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Releases

## v2.17.2 (2024-05-24)
#### Features
- Unit tests build on Debian Bookworm

## v2.17.1 (2024-04-30)
#### Bugfixes
- In the Windows version a heap corruption problem was fixed in the LDAP code (#211)
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 @@ project(EgilSCIMClient CXX)

set(EgilSCIM_VERSION_MAJOR 2)
set(EgilSCIM_VERSION_MINOR 17)
set(EgilSCIM_VERSION_PATCH 1)
set(EgilSCIM_VERSION_PATCH 2)

configure_file(
"${PROJECT_SOURCE_DIR}/src/utility/EgilSCIM_config.h.in"
Expand Down

0 comments on commit f257bff

Please sign in to comment.