diff --git a/CHANGELOG.md b/CHANGELOG.md index 8705d23..1625e0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## Unreleased +## 3.0.1 25-07-24 + - Add `defmt` attributes to cache types. ## 3.0.0 17-07-24 diff --git a/Cargo.toml b/Cargo.toml index f9bf4ab..cfb8dcf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sequential-storage" -version = "3.0.0" +version = "3.0.1" edition = "2021" license = "MIT OR Apache-2.0" description = "A crate for storing data in flash with minimal erase cycles."