diff --git a/CHANGELOG.md b/CHANGELOG.md index e977616..d68dbc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.0](https://github.com/sousandrei/fikabot/compare/v0.1.2...v0.2.0) (2024-03-09) + + +### Features + +* upgrade hyper, tower and axum ([#280](https://github.com/sousandrei/fikabot/issues/280)) ([3cefc44](https://github.com/sousandrei/fikabot/commit/3cefc440bc0b0dd23e9f5571ddf51759c8d41f63)) + ## [0.1.2](https://github.com/sousandrei/fikabot/compare/v0.1.1...v0.1.2) (2023-01-02) diff --git a/Cargo.lock b/Cargo.lock index af00892..a911a9d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -544,7 +544,7 @@ dependencies = [ [[package]] name = "fikabot" -version = "0.1.2" +version = "0.2.0" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index 3861f29..29fa59a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Andrei Sousa "] edition = "2021" name = "fikabot" -version = "0.1.2" +version = "0.2.0" [dependencies]