From 3ba9ee7bf11733ef59a3bf69d7558bb497efdce3 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Fri, 12 Mar 2021 11:56:41 +0100 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2913aae2..34b17b9f 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). +## [2.6.2] - 2021-03-12 +### Added +* *Nothing* + +### Changed +* *Nothing* + +### Deprecated +* *Nothing* + +### Removed +* *Nothing* + +### Fixed +* [#1047](https://github.com/shlinkio/shlink/issues/1047) Fixed error in migrations when doing a fresh install using PHP8 and MySQL/Mariadb databases. + + ## [2.6.1] - 2021-02-22 ### Added * *Nothing*