diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ea8df6..57da2b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## [unreleased] +## [0.7.0] * Add `u._` placeholder for curried functions. * Add `u.constant` for replacing an object outright. (https://github.com/substantial/updeep/issues/10) * Fix handling null differently than undefined. `u` and friends will now coerce null to an object if there are updates for it. (https://github.com/substantial/updeep/issues/20) @@ -60,7 +60,8 @@ ## 0.1.0 * Initial release -[unreleased]: https://github.com/aaronjensen/updeep/compare/v0.6.0...HEAD +[unreleased]: https://github.com/aaronjensen/updeep/compare/v0.7.0...HEAD +[0.7.0]: https://github.com/aaronjensen/updeep/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/aaronjensen/updeep/compare/v0.5.0...v0.6.0 [0.5.0]: https://github.com/aaronjensen/updeep/compare/v0.4.0...v0.5.0 [0.4.0]: https://github.com/aaronjensen/updeep/compare/v0.3.1...v0.4.0