diff --git a/CHANGELOG.md b/CHANGELOG.md index 50149a7..991cd14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,22 @@ -# Log of changes -## v0.0.5 -- Dockerise the deployment. -## v0.0.4 -- Add first version of CSS. -## v0.0.3 -- Use a buffer (file on local disk) rather than querying GOCDB with every visit. -## v0.0.2 -- First version working with [Apache](https://flask.palletsprojects.com/en/2.0.x/deploying/mod_wsgi/) on Ubuntu 20.04 -## v0.0.1 -- First version working with [Flask](https://flask.palletsprojects.com/en/2.0.x/quickstart/) +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), +and this project adheres to +[Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.2.0] - 2024-08-21 + +### Changed + +- Move to homer instead of dashy for the dashboard +- Adopt EGI colours + +## [0.1] - 2022-07-28 + +### Added + +- Initial dashboard implementation based on Dashy