diff --git a/changelog.md b/changelog.md index b65acdf..48a6d83 100644 --- a/changelog.md +++ b/changelog.md @@ -1,8 +1,34 @@ -# Change log +# Changelog Summary of implemented features classified by release (github tag) -## v0.0.0 +## [0.0.2] - 2019-02-22 -- poc rocket + diesel + mariadb -- dockerimage +### Added + +- Base App layout (sidebar & content, responsive) +- SPA routing (URI matching & lazy component loading) +- Frontend unit tests (js/utils & js/components) + +## [0.0.1] - 2019-02-15 + +### Added + +- User stories +- DB schema +- CI/CD (Drone) +- Rocket auth guard & cookies +- OpenAPI first draw + +### Changed + +- Docker compilation cache (volume) +- CI/CD pipeline + +## [0.0.0] - 2019-02-10 + +### Added + +- POC rocket +- Diesel & MariaDB +- Docker image