From 7a1c10a29146b7b1e3d6a764f720c616eb5cd766 Mon Sep 17 00:00:00 2001 From: Jan Romann Date: Wed, 1 May 2024 02:00:41 +0200 Subject: [PATCH] chore(CHANGELOG): switch to the keep a changelog format --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8006b170..233c5ed3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +# 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] + +### Added + +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Security + ## 0.28.0 - chore!: upgrade dependencies ([PR 56](https://github.com/eclipse-thingweb/dart_wot/pull/56)) @@ -312,3 +333,5 @@ Various refactorings, updated README file. ## 0.1.0 - Initial version. + +[unreleased]: https://github.com/eclipse-thingweb/dart_wot/compare/v0.28.0...HEAD