changeset 200:cf368ba6ba62 0.8.1

0.8.1
author Alain Mazy <am@orthanc.team>
date Wed, 03 Jul 2024 08:59:31 +0200
parents 21abcb97ff3c
children 8c79c3b026ce
files CMakeLists.txt NEWS
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Tue Jul 02 15:26:18 2024 +0200
+++ b/CMakeLists.txt	Wed Jul 03 08:59:31 2024 +0200
@@ -21,7 +21,7 @@
 
 project(OrthancAuthorization)
 
-set(ORTHANC_PLUGIN_VERSION "mainline")
+set(ORTHANC_PLUGIN_VERSION "0.8.1")
 
 if (ORTHANC_PLUGIN_VERSION STREQUAL "mainline")
   set(ORTHANC_FRAMEWORK_VERSION "mainline")
--- a/NEWS	Tue Jul 02 15:26:18 2024 +0200
+++ b/NEWS	Wed Jul 03 08:59:31 2024 +0200
@@ -1,5 +1,9 @@
+2024-07-03 - v 0.8.1
+====================
+
 * Fix internal error when the auth-service was not configured to implement the role/permission API
 
+
 2024-06-27 - v 0.8.0
 ====================