CHANGELOG.md in fast_parameterize-0.1.1 vs CHANGELOG.md in fast_parameterize-0.1.2

- old
+ new

@@ -4,13 +4,27 @@ 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] -## [0.1.0] - 2020-10-09 +## [0.1.2] - 2021-11-17 +### Changed + +- Require MFA for releasing. + +## [0.1.1] - 2021-04-16 + +### Changed + +- Use `prepend` instead of `include` to ensure our overrides get loaded. + +## [0.1.0] - 2021-04-16 + ### Added - 🎉 Initial release! 🎉 -[unreleased]: https://github.com/kddeisz/fast_parameterize/compare/v0.1.0...HEAD -[0.1.0]: https://github.com/kddeisz/fast_parameterize/compare/39c5a7...v0.1.0 +[unreleased]: https://github.com/kddnewton/fast_parameterize/compare/v0.1.2...HEAD +[0.1.2]: https://github.com/kddnewton/fast_parameterize/compare/v0.1.1...v0.1.2 +[0.1.1]: https://github.com/kddnewton/fast_parameterize/compare/v0.1.0...v0.1.1 +[0.1.0]: https://github.com/kddnewton/fast_parameterize/compare/d43343...v0.1.0