Skip to content

Commit 5126676

Browse files
authored
release v1.19 (#118)
1 parent 87385cf commit 5126676

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## 1.19.0 - 2026-04-08
11+
1012
### Added
1113

1214
- Add entry attachments API (`WriteAttachments`, `ReadAttachments`, `RemoveAttachments`) for ReductStore API v1.19, [PR-112](https://github.com/reductstore/reduct-cpp/pull/112)

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.23)
22

33
set(MAJOR_VERSION 1)
4-
set(MINOR_VERSION 18)
4+
set(MINOR_VERSION 19)
55
set(PATCH_VERSION 0)
66
set(REDUCT_CPP_FULL_VERSION ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION})
77

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,9 @@ The library is backward compatible with the previous versions. However, some met
207207
removed in the future releases. Please refer to the [Changelog](CHANGELOG.md) for more details.
208208
The SDK supports the following ReductStore API versions:
209209

210+
* v1.19
210211
* v1.18
211212
* v1.17
212-
* v1.16
213213

214214
It can work with newer and older versions, but it is not guaranteed that all features will work as expected because
215215
the API may change and some features may be deprecated or the SDK may not support them yet.

0 commit comments

Comments
 (0)