Skip to content

Commit

Permalink
Updated files for the release v1.15.3 (#1376)
Browse files Browse the repository at this point in the history
- 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>
  • Loading branch information
mykolamalik committed Dec 19, 2022
1 parent ccdf6ec commit 8a609d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v1.15.3 (19/12/2022)

**Common**
* 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.

## v1.15.2 (04/11/2022)

**Common**
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}\")
Expand Down

0 comments on commit 8a609d0

Please sign in to comment.