Skip to content

Commit

Permalink
0.17.0: updated date
Browse files Browse the repository at this point in the history
  • Loading branch information
greenrobot committed Jun 15, 2022
1 parent 9dafd9e commit 846b598
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doxygen/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 846b598

Please sign in to comment.