From 28a0f7a17a74af5b2bb8d9008415a8101904f70c Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Fri, 29 Dec 2023 18:26:07 +0100 Subject: [PATCH] CHANGELOG update (no semver) --- client/CHANGELOG.md | 9 +++++++-- server/CHANGELOG.md | 9 +++++++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/client/CHANGELOG.md b/client/CHANGELOG.md index d743123..43cd327 100644 --- a/client/CHANGELOG.md +++ b/client/CHANGELOG.md @@ -1,8 +1,13 @@ # 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.0.0/), -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). + +This project does not follow semantic versioning. +The **major** part of the version is the year +The **minor** part changes is the month +The **patch** part changes is incremented if multiple releases happen the same month ## [Unreleased] diff --git a/server/CHANGELOG.md b/server/CHANGELOG.md index a3bfad3..c62e455 100644 --- a/server/CHANGELOG.md +++ b/server/CHANGELOG.md @@ -1,8 +1,13 @@ # 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.0.0/), -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). + +This project does not follow semantic versioning. +The **major** part of the version is the year +The **minor** part changes is the month +The **patch** part changes is incremented if multiple releases happen the same month ## [Unreleased]