diff --git a/CHANGELOG.md b/CHANGELOG.md index e89c201..4df2639 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.41.2](https://github.com/varfish-org/annonars/compare/v0.41.1...v0.41.2) (2024-10-10) + + +### Miscellaneous Chores + +* release 0.41.2 ([1c7fd3d](https://github.com/varfish-org/annonars/commit/1c7fd3d43ba50445975f86b476ac78ccf641671f)) + ## [0.41.1](https://github.com/varfish-org/annonars/compare/v0.41.0...v0.41.1) (2024-09-18) diff --git a/Cargo.lock b/Cargo.lock index 6dd19d2..fa55020 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -260,7 +260,7 @@ dependencies = [ [[package]] name = "annonars" -version = "0.41.1" +version = "0.41.2" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 9777eb2..e841bdd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "annonars" -version = "0.41.1" +version = "0.41.2" edition = "2021" authors = ["Manuel Holtgrewe "] description = "Rust template repository"