Skip to content

Commit

Permalink
feature: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Headley committed Mar 24, 2020
1 parent fc7774b commit c0eba88
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [2.0.0] - 2020-03-24 [BREAKING]
Please see the [release notes](https://github.com/JKHeadley/rest-hapi/issues/230).

## [1.9.0] - 2019-09-22 [BREAKING]
### Changed
- [BREAKING] [Updated $flatten query parameter to affect nested $embeds](https://github.com/JKHeadley/rest-hapi/pull/203)
Expand Down Expand Up @@ -277,7 +280,7 @@ post(hardDelete, deleted, Log) | post(hardDelete, deleted, request, Log)



[Unreleased]: https://github.com/jkheadley/rest-hapi/compare/v1.9.0...HEAD
[Unreleased]: https://github.com/jkheadley/rest-hapi/compare/v2.0.0...HEAD
[0.20.0]: https://github.com/jkheadley/rest-hapi/compare/v0.19.2...v0.20.0
[0.20.2]: https://github.com/jkheadley/rest-hapi/compare/v0.20.0...v0.20.2
[0.20.3]: https://github.com/jkheadley/rest-hapi/compare/v0.20.2...v0.20.3
Expand Down Expand Up @@ -313,5 +316,6 @@ post(hardDelete, deleted, Log) | post(hardDelete, deleted, request, Log)
[1.7.0]: https://github.com/jkheadley/rest-hapi/compare/v1.6.0...v1.7.0
[1.8.0]: https://github.com/jkheadley/rest-hapi/compare/v1.7.0...v1.8.0
[1.9.0]: https://github.com/jkheadley/rest-hapi/compare/v1.8.0...v1.9.0
[2.0.0]: https://github.com/jkheadley/rest-hapi/compare/v1.9.0...v2.0.0

[BREAKING]: https://github.com/JKHeadley/rest-hapi/releases

0 comments on commit c0eba88

Please sign in to comment.