Skip to content

Commit

Permalink
🔖 v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Fakhri committed Sep 4, 2024
1 parent 8406d51 commit 6ee1079
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.4.0"
version: "1.4.1"
lints:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 6ee1079

Please sign in to comment.