diff --git a/CHANGELOG.md b/CHANGELOG.md index a17154fc..374dde6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this ### Changed * [#1359](https://github.com/shlinkio/shlink/issues/1359) Hidden database commands. -* [#1369](https://github.com/shlinkio/shlink/issues/1369) Improved performance on regexes used in bundled `.htaccess` file. ### Deprecated * [#1340](https://github.com/shlinkio/shlink/issues/1340) Deprecated webhooks. New events will only be added to other real-time updates approaches, and webhooks will be completely removed in Shlink 4.0.0. @@ -22,6 +21,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this * *Nothing* +## [3.0.2] - 2022-02-10 +### Added +* *Nothing* + +### Changed +* *Nothing* + +### Deprecated +* *Nothing* + +### Removed +* *Nothing* + +### Fixed +* [#1373](https://github.com/shlinkio/shlink/issues/1373) Fixed incorrect config import when updating from Shlink 2.x using SQLite. +* [#1369](https://github.com/shlinkio/shlink/issues/1369) Fixed slow regexps in `.htaccess` file. + + ## [3.0.1] - 2022-02-04 ### Added * *Nothing* diff --git a/composer.json b/composer.json index b9a79434..52ba9c87 100644 --- a/composer.json +++ b/composer.json @@ -51,7 +51,7 @@ "shlinkio/shlink-config": "^1.6", "shlinkio/shlink-event-dispatcher": "^2.3", "shlinkio/shlink-importer": "^2.5", - "shlinkio/shlink-installer": "dev-develop#9394944 as 7.1", + "shlinkio/shlink-installer": "dev-develop#68f5de1 as 7.1", "shlinkio/shlink-ip-geolocation": "^2.2", "symfony/console": "^6.0", "symfony/filesystem": "^6.0",