diff --git a/CHANGELOG.md b/CHANGELOG.md index bb2dbb4..6bc4edd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ... +## [0.3.2] - 2021-02-22 + +### Fixed +- Day bounds on the `set_day()` method. Thanks to @jamesmunns. See: + [PR #5](https://github.com/eldruin/ds323x-rs/pull/5) + ## [0.3.1] - 2020-07-10 ### Added @@ -55,7 +61,8 @@ this CHANGELOG. [`chrono`]: https://crates.io/crates/chrono [`rtcc`]: https://crates.io/crates/rtcc -[Unreleased]: https://github.com/eldruin/ds323x-rs/compare/v0.3.1...HEAD +[Unreleased]: https://github.com/eldruin/ds323x-rs/compare/v0.3.2...HEAD +[0.3.2]: https://github.com/eldruin/ds323x-rs/compare/v0.3.1...v0.3.2 [0.3.1]: https://github.com/eldruin/ds323x-rs/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/eldruin/ds323x-rs/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/eldruin/ds323x-rs/compare/v0.1.0...v0.2.0 \ No newline at end of file