From bc8e56d59d6e2d73933c00642eeba2044b6c328c Mon Sep 17 00:00:00 2001 From: The one with the braid Date: Fri, 4 Apr 2025 09:24:25 +0200 Subject: [PATCH] chore: update changelog Signed-off-by: The one with the braid --- .gitlab-ci.yml | 2 +- CHANGELOG.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fc8cc2c..e43f027 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ variables: FLUTTER_VERSION: 3.29.2 -image: registry.gitlab.com/theonewiththebraid/flutter-dockerimages:${FLUTTER_VERSION}-base +image: registry.gitlab.com/polycule_client/flutter-dockerimages:${FLUTTER_VERSION}-base stages: - coverage diff --git a/CHANGELOG.md b/CHANGELOG.md index cb6b0ef..7a86379 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v2.2.0 + +- fix: support utf-16 encoding (The one with the braid) + ## v2.1.4 - chore: bump SDK