diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fa30f6..7dfbfbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.20](https://github.com/roadster-rs/roadster/compare/roadster-v0.6.19...roadster-v0.6.20) - 2024-11-17 + +### Added + +- Enable converting `roadster::Error` to `sidekiq::Error` ([#514](https://github.com/roadster-rs/roadster/pull/514)) + +### Other + +- Use `MockProvideRef` in an example test ([#513](https://github.com/roadster-rs/roadster/pull/513)) + ## [0.6.19](https://github.com/roadster-rs/roadster/compare/roadster-v0.6.18...roadster-v0.6.19) - 2024-11-16 ### Added diff --git a/Cargo.toml b/Cargo.toml index 4cfe09e..37d65b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "roadster" -version = "0.6.19" +version = "0.6.20" edition = "2021" publish = true description = "A \"Batteries Included\" web framework for rust designed to get you moving fast."