diff --git a/CHANGELOG.md b/CHANGELOG.md index a42457a..4775c7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.1](https://github.com/LunchTimeCode/me/compare/v0.4.0...v0.4.1) (2025-01-01) + + +### Bug Fixes + +* mobile responsive ([276986e](https://github.com/LunchTimeCode/me/commit/276986eaadf88cfa5e73fdbe8c20c8989a563199)) + ## [0.4.0](https://github.com/LunchTimeCode/me/compare/v0.3.1...v0.4.0) (2025-01-01) diff --git a/Cargo.lock b/Cargo.lock index a9c39b3..cea87df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -668,7 +668,7 @@ dependencies = [ [[package]] name = "me" -version = "0.4.0" +version = "0.4.1" dependencies = [ "charming", "maud", diff --git a/Cargo.toml b/Cargo.toml index 52e5bab..5386f04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "me" -version = "0.4.0" +version = "0.4.1" edition = "2021" [dependencies]