diff --git a/CHANGELOG.md b/CHANGELOG.md index 809d911..ba78aa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [2.2.0] - 2023-12-23 + +### Refactor + +- Upgrade to axum 0.7 and hyper 1.0 +- Switch to or_default fn + ## [2.1.1] - 2023-10-31 ### Refactor diff --git a/Cargo.lock b/Cargo.lock index 4894b8f..4c82a12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3101,7 +3101,7 @@ checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" [[package]] name = "sve_backend" -version = "2.1.1" +version = "2.2.0" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index 8561c82..419e515 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sve_backend" -version = "2.1.1" +version = "2.2.0" edition = "2021" description = "Backend for the SVE website" authors = ["Michael Seele "]