diff --git a/CHANGELOG.md b/CHANGELOG.md index 94028e1..0b6851e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [0.2.0] 2023-11-27 + +- Update to axum 0.7. + ## [0.1.1] 2023-11-11 - Doc updates. diff --git a/Cargo.lock b/Cargo.lock index d274832..e793212 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -89,7 +89,7 @@ dependencies = [ [[package]] name = "axum-inertia" -version = "0.1.1" +version = "0.2.0" dependencies = [ "async-trait", "axum", diff --git a/Cargo.toml b/Cargo.toml index bb0efac..43a4da1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "axum-inertia" -version = "0.1.1" +version = "0.2.0" edition = "2021" authors = ["Mikey Hoy "] license = "MIT OR Apache-2.0"