diff --git a/CHANGELOG.md b/CHANGELOG.md index 5447107..45ddfb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 1.0.7 + ++ Added arm64 macos to prebuilt release binaries ++ Dependency updates + +## 1.0.6 + ++ Added arm64 linux to prebuilt release binaries + ## 1.0.5 + Fix a bug where decryption outputs the file to the current directory diff --git a/Cargo.toml b/Cargo.toml index d68b398..ce4003d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ironhide" -version = "1.0.6" +version = "1.0.7" authors = ["IronCore Labs "] categories = ["cryptography"] description = "Tool to easily encrypt and decrypt files to users and groups. Similar to GPG, but usable at scale." @@ -22,7 +22,6 @@ keywords = [ license = "AGPL-3.0-only" readme = "README.md" repository = "https://github.com/IronCoreLabs/ironhide" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] attohttpc = { version = "~0.24", features = ["form", "json", "tls-rustls", "compress"], default-features = false }