diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b538b9..cbe0e47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.7.2] - 2024-08-12 + +### Fixed + +- Unintended modification of input data (#55) + ## [0.7.1] - 2024-03-30 ### Added @@ -87,6 +93,7 @@ All notable changes to this project will be documented in this file. - Prevent panics when data is flat. (#8) - Prevent BADPREC issue when maximum and minimum values in a series are 0. (#10) +[0.7.2]: https://github.com/guptarohit/asciigraph/releases/tag/v0.7.2 [0.7.1]: https://github.com/guptarohit/asciigraph/releases/tag/v0.7.1 [0.7.0]: https://github.com/guptarohit/asciigraph/releases/tag/v0.7.0 [0.6.0]: https://github.com/guptarohit/asciigraph/releases/tag/v0.6.0