CHANGELOG.md in attribute_extras-1.0.0 vs CHANGELOG.md in attribute_extras-1.0.1
- old
+ new
@@ -4,15 +4,24 @@
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] - 2018-12-05
+
### Changed
+
- Instead of overwriting the writer, adds a `before_validation` callback so that the extras can be composed.
- From `set_*_attributes` to just `*_attributes`, .e.g, `set_nullified_attributes` became `nullify_attributes`.
### Removed
+
- All of the introspection methods.
-[Unreleased]: https://github.com/CultureHQ/components/compare/v1.0.0...HEAD
-[1.0.0]: https://github.com/CultureHQ/components/compare/v0.1.6...v0.0.1
+[Unreleased]: https://github.com/kddnewton/attribute_extras/compare/v1.0.0...HEAD
+[1.0.0]: https://github.com/kddnewton/attribute_extras/compare/ccda61...v1.0.0