diff --git a/CHANGELOG.md b/CHANGELOG.md index a80102e..5bea75c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ +## [1.1.1] - 2025-09-25 + +## What's Changed +* ci: Fix CI by adding toolchain componenents by @Takaros999 in https://github.com/worldcoin/pontifex/pull/20 + + +**Full Changelog**: https://github.com/worldcoin/pontifex/compare/1.1.0...1.1.1 + + + + ## [1.1.0] - 2025-09-25 ## What's Changed diff --git a/Cargo.toml b/Cargo.toml index 4e86378..05c8ef4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ license = "MIT" edition = "2024" name = "pontifex" -version = "1.1.0" +version = "1.1.1" readme = "README.md" homepage = "https://docs.rs/pontifex" repository = "https://github.com/worldcoin/pontifex"