CHANGELOG.md in minitest-keyword-1.0.0 vs CHANGELOG.md in minitest-keyword-1.0.1
- old
+ new
@@ -4,11 +4,20 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
+## [1.0.1] - 2021-11-17
+
+### Changed
+
+- Require MFA for releasing.
+
## [1.0.0] - 2019-01-06
+
### Changed
-- The name of the underlying parameter changed for `assert_in_epsilon` from `a` and `b` to `exp` and `act`. As such in order to normalize, those were aliased to `expected` and `actual` as well.
-[Unreleased]: https://github.com/CultureHQ/client/compare/v1.0.0...HEAD
-[1.0.0]: https://github.com/CultureHQ/client/compare/v0.0.2...v1.0.0
+- The name of the underlying parameter changed for `assert_in_epsilon` from `a` and `b` to `exp` and `act`. As such, in order to normalize, those were aliased to `expected` and `actual` as well.
+
+[unreleased]: https://github.com/kddnewton/minitest-keyword/compare/v1.0.1...HEAD
+[1.0.1]: https://github.com/kddnewton/minitest-keyword/compare/v1.0.0...v1.0.1
+[1.0.0]: https://github.com/kddnewton/minitest-keyword/compare/846f1f...v1.0.0