diff --git a/htsget-axum/CHANGELOG.md b/htsget-axum/CHANGELOG.md index 71b632c5..6b6fd621 100644 --- a/htsget-axum/CHANGELOG.md +++ b/htsget-axum/CHANGELOG.md @@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.0](https://github.com/umccr/htsget-rs/releases/tag/htsget-axum-v0.1.0) - 2024-09-03 + +### Added +- *(axum)* add join handle helper functions + +### Fixed +- *(axum)* enable http2 support, re-word docs to include htsget-axum + +### Other +- release +- release +- update rust msrv +- *(axum)* add server tests for axum ticket server +- add routers for data and ticket servers +- move the data server to its own htsget-axum crate + ## [0.1.0](https://github.com/umccr/htsget-rs/releases/tag/htsget-axum-v0.1.0) - 2024-08-05 ### Added