From 09ef25bea7030bca20e6dcb758f081888ab2437b Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Fri, 21 Jun 2024 15:37:59 +0200 Subject: [PATCH] feat: update changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d286d6..a700fdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [5.0.0-rc.1] - 2024-06-16 +### Added +- SystemD service file +- Nix flake for development +### Changed +- Switch from yarn to npm +- Update doipjs to 2.0.0-rc.1 +### Fixed +- Escape URL parameters +- CI config +### Notes +- This release is a major version release as the package manager has been switched from yarn to npm. + ## [4.2.7] - 2024-02-01 ### Added - Server version HTTP endpoint