Skip to content

Commit

Permalink
🔖 v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fa-fifi committed Mar 4, 2024
1 parent 10a0711 commit ad96e29
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ 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.1.0] - 2024/3/04

- Ensure the validity of `bundleIdentifier` value. #29
- Remove `redirectUrl` parameter from `KeycloakLogin` constructor.
- Update readme.md.

## [1.0.3] - 2024/2/26

- Configure your own custom `redirectUrl` instead of using `bundleIdentifier` value.
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.0.3
version: 1.1.0
repository: https://github.com/fa-fifi/keycloak-wrapper
topics: [ authentication, keycloak, oauth2, openidconnect ]
screenshots:
Expand Down

0 comments on commit ad96e29

Please sign in to comment.