Skip to content

Commit 8a609d0

Browse files
authored
Updated files for the release v1.15.3 (#1376)
- added new version to the Changelog - updated the version in CMakeLiats.txt Relates-To: OLPEDGE-2786 Signed-off-by: Mykola Malik <ext-mykola.malik@here.com> Signed-off-by: Mykola Malik <ext-mykola.malik@here.com>
1 parent ccdf6ec commit 8a609d0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v1.15.3 (19/12/2022)
2+
3+
**Common**
4+
* Fixed open behavior on the `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.
5+
16
## v1.15.2 (04/11/2022)
27

38
**Common**

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
cmake_minimum_required(VERSION 3.9)
1919

2020
# Build the sdk targets
21-
project(olp-cpp-sdk VERSION 1.15.2)
21+
project(olp-cpp-sdk VERSION 1.15.3)
2222

2323
# Add preprocessor definitions for the SDK version and platform name
2424
add_definitions(-DOLP_SDK_VERSION_STRING=\"${olp-cpp-sdk_VERSION}\")

0 commit comments

Comments
 (0)