Skip to content

Commit cd1181b

Browse files
committed
Version 2.19
1 parent ea32ca5 commit cd1181b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Releases
22

3-
## Unreleased
3+
## v2.19 (2025-03-17)
44
#### Features
55
- Contents of the cache file can now be printed in JSON format (#54)
66
- New functionality for blacklisting users (#223)

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.12)
22
project(EgilSCIMClient CXX)
33

44
set(EgilSCIM_VERSION_MAJOR 2)
5-
set(EgilSCIM_VERSION_MINOR 18)
5+
set(EgilSCIM_VERSION_MINOR 19)
66
set(EgilSCIM_VERSION_PATCH 0)
77

88
configure_file(

0 commit comments

Comments
 (0)