From 6ee1079bc5d247df8771fe0baf7cfb715d1fa908 Mon Sep 17 00:00:00 2001 From: Ahmad Fakhri Date: Wed, 4 Sep 2024 14:50:43 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v1.4.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 +++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efd4351..836bd4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.4.1] - 2024/9/4 + +- Clear secure storage during each reinstallation. [#42](https://github.com/fa-fifi/keycloak_wrapper/issues/42) +- Change example app package name. + ## [1.4.0] - 2024/8/22 - Unawait `updateToken` during initialization. diff --git a/example/pubspec.lock b/example/pubspec.lock index 7a9b2fd..f20fa0b 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -129,7 +129,7 @@ packages: path: ".." relative: true source: path - version: "1.4.0" + version: "1.4.1" lints: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 8d4d0aa..48edc9e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: keycloak_wrapper description: Keycloak Single Sign-On (SSO) authentication package for Flutter framework. -version: 1.4.0 +version: 1.4.1 repository: https://github.com/fa-fifi/keycloak_wrapper screenshots: - description: "Default Keycloak Login Screen"