From 846b598006af90b790556fd2ccccd2e553e5b708 Mon Sep 17 00:00:00 2001 From: Markus Date: Wed, 15 Jun 2022 10:55:59 +0200 Subject: [PATCH] 0.17.0: updated date --- CHANGELOG.md | 2 +- README.md | 2 +- doxygen/Changelog.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd881a7..02d4102 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ObjectBox C and C++ API Changelog ================================= -0.17.0 (2022-06-14) +0.17.0 (2022-06-15) ------------------- * Added a "weak store" API providing weak reference for stores (typically used by background threads) * Added Store ID API, e.g. getting a store by its ID diff --git a/README.md b/README.md index 8b38307..a9dadbb 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ box.put({.text = "Buy milk"}); See [ObjectBox C and C++ docs](https://cpp.objectbox.io/) for API details. -**Latest version: 0.17.0** (2022-06-14). +**Latest version: 0.17.0** (2022-06-15). See [changelog](CHANGELOG.md) for more details. Feature Highlights diff --git a/doxygen/Changelog.md b/doxygen/Changelog.md index 2809658..aa85495 100644 --- a/doxygen/Changelog.md +++ b/doxygen/Changelog.md @@ -3,7 +3,7 @@ ObjectBox C and C++ API Changelog ================================= -0.17.0 (2022-06-14) +0.17.0 (2022-06-15) ------------------- * Added a "weak store" API providing weak reference for stores (typically used by background threads) * Added Store ID API, e.g. getting a store by its ID