diff --git a/CHANGELOG.md b/CHANGELOG.md index ff85e17..914c669 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.32.0] 2023-03-06 + * Updated [`actix-web`](https://github.com/actix/actix-web) from 4.3.0 to 4.3.1 ([#566]) * Updated [`tempfile`](https://github.com/Stebalien/tempfile) from 3.3.0 to 3.4.0 ([#567]) * Updated [`awc`](https://github.com/actix/actix-web) from 3.1.0 to 3.1.1 ([#568]) diff --git a/Cargo.lock b/Cargo.lock index 35a971e..73df017 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -905,7 +905,7 @@ dependencies = [ [[package]] name = "hoc" -version = "0.31.0" +version = "0.32.0" dependencies = [ "actix-rt", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index ad5ce52..302f8e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hoc" -version = "0.31.0" +version = "0.32.0" authors = ["Valentin Brandl "] edition = "2018" build = "build.rs"