diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c457f5..4b933f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 1.5.1 (2024-12-16) +## 1.6.0 (2024-12-16) - dependency updates - MSRV bump but only for the tests and examples, not library users diff --git a/Cargo.toml b/Cargo.toml index f84a1b3..ca8c5fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = """ An easy to use and fast `no_std` library (with `alloc`) to get the frequency spectrum of a digital signal (e.g. audio) using FFT. """ -version = "1.5.1" +version = "1.6.0" authors = ["Philipp Schuster "] edition = "2021" keywords = ["fft", "spectrum", "frequencies", "audio", "dsp"]