From b096057eef28f25f8223cb625dfd3303ffce521a Mon Sep 17 00:00:00 2001 From: ruslandoga Date: Thu, 6 Jun 2024 15:26:50 +0700 Subject: [PATCH] Release v2.1.1 (#4191) --- CHANGELOG.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4c1bfccd..eee8df883 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,16 +5,22 @@ All notable changes to this project will be documented in this file. ### Added -- Snippet integration verification -- Limited filtering support for imported data in the dashboard and via Stats API -- Automatic sites.imported_data -> site_imports data migration in CE plausible/analytics#4155 - ### Removed ### Changed ### Fixed +## v2.1.1 - 2024-06-06 + +### Added + +- Snippet integration verification +- Limited filtering support for imported data in the dashboard and via Stats API +- Automatic sites.imported_data -> site_imports data migration in CE plausible/analytics#4155 + +### Fixed + - Fix CSV import by adding a newline to the INSERT statement plausible/analytics#4172 - Fix url parameters escaping of = sign plausible/analytics#4185 - Fix redirect after registration in CE plausible/analytics#4165