From 851f6079e2a2be0d5159c0aaf41af5064e9e9d31 Mon Sep 17 00:00:00 2001 From: Krille Date: Wed, 19 Jul 2023 14:33:48 +0200 Subject: [PATCH] builds: Changelog for version 1.12.1 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f653cb98..8301a22c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v1.12.1 +- Switch the dev hosting platform from GitLab to GitHub +- Updated translations and dependencies +- New onboarding screen with SSO as first class feature + ## v1.12.0 - Added translation using Weblate (Toki Pona) (Mæve Rey) - Translated using Weblate (Arabic) (Rex_sa) diff --git a/pubspec.yaml b/pubspec.yaml index 8c65f8588..2b08a0948 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: fluffychat description: Chat with your friends. publish_to: none -version: 1.12.0+3452 +version: 1.13.0+3514 environment: sdk: ">=3.0.0 <4.0.0"