diff --git a/CHANGELOG.md b/CHANGELOG.md index 2249495..2b82ed8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + +## [0.30.0] 2023-01-16 + ### New Features * Allow customization of the badge label ([#546]) diff --git a/Cargo.lock b/Cargo.lock index 3c81587..18d3088 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -895,7 +895,7 @@ dependencies = [ [[package]] name = "hoc" -version = "0.29.0" +version = "0.30.0" dependencies = [ "actix-rt", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 5d427c6..d6aa7c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hoc" -version = "0.29.0" +version = "0.30.0" authors = ["Valentin Brandl "] edition = "2018" build = "build.rs"