From 63d477303496eab3e65b3b9b3f7064f81fd16d77 Mon Sep 17 00:00:00 2001 From: Bugfix Jacques Date: Wed, 20 Sep 2023 11:48:34 +0200 Subject: [PATCH] fix: Changes version and updated changelog --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 962f492..ec2c707 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ SPDX-FileCopyrightText: 2022 Iconica SPDX-License-Identifier: GPL-3.0-or-later --> +# 1.0.0 + +- feat: Added an onError function. +- feat: Register function in RegistrationRepository can now return a nullable string. Works like a validator. + # 0.5.0 - feat: add customBackgroundColor to AuthScreen diff --git a/pubspec.yaml b/pubspec.yaml index 71c162c..2f2d1e4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ name: flutter_registration description: A Flutter Registration package -version: 0.5.0 +version: 1.0.0 repository: https://github.com/Iconica-Development/flutter_registration environment: