From f17b5b52f87fb4bc6e8a140ef9813034057807e6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 25 Sep 2025 12:06:20 +0000 Subject: [PATCH] Bump crate version to 1.1.1 --- CHANGELOG.md | 11 +++++++++++ Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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"