# HG changeset patch # User Alain Mazy # Date 1719989971 -7200 # Node ID cf368ba6ba62a59b05b87c595a1b00833d9a46d0 # Parent 21abcb97ff3c4f04a1e751f937b9c04ba9e698bb 0.8.1 diff -r 21abcb97ff3c -r cf368ba6ba62 CMakeLists.txt --- 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") diff -r 21abcb97ff3c -r cf368ba6ba62 NEWS --- 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 ====================