diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d24fa9..e32bc82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.3.3] - 2023-12-27 + +### Fixed +* fixed release automation + ## [3.3.2] - 2023-12-27 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 6f2c26d..2032933 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agate" -version = "3.3.2" +version = "3.3.3" authors = ["Matt Brubeck ", "Johann150 "] description = "Very simple server for the Gemini hypertext protocol" keywords = ["server", "gemini", "hypertext", "internet", "protocol"]