diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6aa187e..3693e6f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"2.1.0"} +{".":"2.1.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 6db591e..bd46a66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.1](https://github.com/approvers/ichiyoAI/compare/ichiyo_ai-v2.1.0...ichiyo_ai-v2.1.1) (2024-01-19) + + +### Bug Fixes + +* **deps:** bump h2 from 0.3.21 to 0.3.24 ([#191](https://github.com/approvers/ichiyoAI/issues/191)) ([6714886](https://github.com/approvers/ichiyoAI/commit/671488608064a19693d5e0cf19ef0e80901aa4be)) + ## [2.1.0](https://github.com/approvers/ichiyoAI/compare/ichiyo_ai-v2.0.0...ichiyo_ai-v2.1.0) (2024-01-11) diff --git a/Cargo.lock b/Cargo.lock index 0af54e0..5867da5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -578,7 +578,7 @@ dependencies = [ [[package]] name = "ichiyo_ai" -version = "2.1.0" +version = "2.1.1" dependencies = [ "base64", "dotenvy", diff --git a/Cargo.toml b/Cargo.toml index e1a47ea..a594fee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ichiyo_ai" -version = "2.1.0" +version = "2.1.1" edition = "2021" license = "MIT" repository = "https://github.com/approvers/ichiyoAI"