diff options
author | gumi <git@gumi.ca> | 2019-06-29 11:38:29 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2019-06-29 11:38:29 -0400 |
commit | 6940ac043a808d74757142802b5a99c017e7c747 (patch) | |
tree | 472f8bfd69da07d7d2f5abdcbfc961ad093d5fef /CHANGELOG.md | |
parent | 7072b6f2277f9831cb85130f7e53a3c147a5ace3 (diff) | |
download | landing-master.tar.gz landing-master.tar.bz2 landing-master.tar.xz landing-master.zip |
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 |