diff --git a/CHANGELOG.md b/CHANGELOG.md index 2de5620a..5f8a0855 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1](https://github.com/nearai/ironclaw/compare/v0.1.0...v0.1.1) - 2026-02-12 + +### Other + +- Renamed the secrets in release-plz.yml to match the configuration +- Make sure that the binaries release CD it kicking in after release-plz + ## [0.1.0](https://github.com/nearai/ironclaw/releases/tag/v0.1.0) - 2026-02-12 ### Added diff --git a/Cargo.lock b/Cargo.lock index 3e26cae9..14e6b58c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2291,7 +2291,7 @@ dependencies = [ [[package]] name = "ironclaw" -version = "0.1.0" +version = "0.1.1" dependencies = [ "aes-gcm", "aho-corasick", diff --git a/Cargo.toml b/Cargo.toml index 32b4d437..a8f55038 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ironclaw" -version = "0.1.0" +version = "0.1.1" edition = "2024" rust-version = "1.85" description = "Secure personal AI assistant that protects your data and expands its capabilities on the fly"