diff --git a/CHANGELOG.md b/CHANGELOG.md index f9426c1..088927c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.7.0](https://github.com/simplyRoba/flowl/compare/v0.6.0...v0.7.0) (2026-02-16) + + +### Features + +* add care journal delete controls ([dc8922c](https://github.com/simplyRoba/flowl/commit/dc8922c95d32e0be13ee92a019c90491f66e965f)) + + +### Bug Fixes + +* sort care events by occurred date ([8930104](https://github.com/simplyRoba/flowl/commit/89301045b663265dcd055d39f9f13f386676fd33)) + ## [0.6.0](https://github.com/simplyRoba/flowl/compare/v0.5.0...v0.6.0) (2026-02-16) diff --git a/Cargo.lock b/Cargo.lock index 6efac44..5805082 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -466,7 +466,7 @@ dependencies = [ [[package]] name = "flowl" -version = "0.6.0" +version = "0.7.0" dependencies = [ "axum", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 5933073..74508f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flowl" -version = "0.6.0" +version = "0.7.0" edition = "2024" description = "Plant care data service for Home Assistant" readme = "README.md"