diff --git a/CHANGELOG.md b/CHANGELOG.md index bd8e9b5..07267c8 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.18](https://github.com/encryption4all/cryptify/compare/v0.1.17...v0.1.18) - 2026-03-30 + +### Other + +- Use native runners +- Try 24375738 to make the pipeline work + ## [0.1.17](https://github.com/encryption4all/cryptify/compare/v0.1.16...v0.1.17) - 2026-03-27 ### Other diff --git a/Cargo.lock b/Cargo.lock index 3743f95..c7f0deb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -383,7 +383,7 @@ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" [[package]] name = "cryptify" -version = "0.1.17" +version = "0.1.18" dependencies = [ "askama", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 13be52f..3826cd1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cryptify" -version = "0.1.17" +version = "0.1.18" authors = ["David Venhoek "] edition = "2021" repository = "https://github.com/encryption4all/cryptify"