From 97e965157b8720a56bb60317ce6e734bcf51fd4d Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Thu, 9 Feb 2023 20:43:07 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0fc56c4..65905444 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com), and this project adheres to [Semantic Versioning](https://semver.org). +## [Unreleased] +### Added +* *Nothing* + +### Changed +* [#1696](https://github.com/shlinkio/shlink/issues/1696) Migrated to PHPUnit 10. + +### Deprecated +* *Nothing* + +### Removed +* *Nothing* + +### Fixed +* *Nothing* + + ## [3.5.1] - 2023-02-04 ### Added * *Nothing*