From c26ba5f5dc5459eac9922cd0be7773f9255f1df3 Mon Sep 17 00:00:00 2001 From: Mykola Malik Date: Mon, 19 Dec 2022 15:18:47 +0100 Subject: [PATCH] Updated CHANGELOG and CMakeLists files for the release v1.15.3 Relates-To: OLPEDGE-2786 --- CHANGELOG.md | 5 +++++ CMakeLists.txt | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdd5e16d4..3215e676f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v1.15.3 (19/12/2022) + +**Common** +* Fixed open behavior on `No space left` errors in the protected cache. Now, the cache will be opened in the Read-Only mode if the `No space left` error occurs while opening cache in the Read-Write mode. + ## v1.15.2 (04/11/2022) **Common** diff --git a/CMakeLists.txt b/CMakeLists.txt index 6d5c2e666..0d8a09b59 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ cmake_minimum_required(VERSION 3.9) # Build the sdk targets -project(olp-cpp-sdk VERSION 1.15.2) +project(olp-cpp-sdk VERSION 1.15.3) # Add preprocessor definitions for the SDK version and platform name add_definitions(-DOLP_SDK_VERSION_STRING=\"${olp-cpp-sdk_VERSION}\")