diff --git a/CHANGELOG.md b/CHANGELOG.md index 073d1d3..2ec9356 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to NORA will be documented in this file. --- -## [Unreleased] +## [0.2.24] - 2026-02-24 ### Added / Добавлено - `install.sh` installer script live at — `curl -fsSL https://getnora.io/install.sh | sh` diff --git a/Cargo.toml b/Cargo.toml index 9168ef5..96e8b98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ ] [workspace.package] -version = "0.2.23" +version = "0.2.24" edition = "2021" license = "MIT" authors = ["DevITWay "]