diff --git a/CHANGELOG.md b/CHANGELOG.md index 8649a81..1abbf2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Next Release +# 1.2.4 (2024-02-13) * Refactoring insert functions in small maps and sets. Removed duplicated code. Added private member function for checking `hint` iterator. @@ -13,6 +13,7 @@ * Reworked and improved `erase(iterator)` and `erase(iterator, iterator)` member functions. * Added GitHub actions for automated testing. +* Added CMake support. Thanks to @ZehMatt and @johannes-wolf. diff --git a/VERSION.txt b/VERSION.txt index 0495c4a..e8ea05d 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -1.2.3 +1.2.4