diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d90ae8a..22c1b2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.2.0] - 2019-06-29 +### Added +- Registration page +- Password reset form +- Account recovery portal + +### Removed +- Landing page mockup + ## [0.1.0] - 2018-03-02 ### Added - Changelog. @@ -14,5 +23,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Mockup of the landing page. - Travis-CI deployment. -[Unreleased]: https://github.com/themanaworld/landing/compare/v1.0.0...HEAD -[0.1.0]: https://github.com/themanaworld/landing/compare/v0.1.0...v0.1.0~1 +[Unreleased]: https://github.com/themanaworld/landing/compare/v0.2.0...HEAD +[0.1.0]: https://github.com/themanaworld/landing/compare/v0.1.0~1...v0.1.0 +[0.2.0]: https://github.com/themanaworld/landing/compare/v0.1.0...v0.2.0 |