Skip to content

Commit

Permalink
🔖 v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fa-fifi committed Nov 23, 2023
1 parent 7b18ee8 commit b39e887
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.3.2
* Automate publishing workflow.

## 0.3.0
* Fix Keycloak issuer url.
* Create a custom GET request method with access token included inside the header.
Expand Down
2 changes: 1 addition & 1 deletion lib/src/exceptions.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
part of keycloak_wrapper;

// TODO: Implements custom exception.
// TODO: Implement custom exception
class KeycloakException implements Exception {
final String message;
final Uri? uri;
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: 0.3.0
version: 0.3.2
repository: https://github.com/fa-fifi/keycloak-wrapper
issue_tracker: https://github.com/fa-fifi/keycloak-wrapper/issues
topics: [authentication, keycloak, oauth2, openidconnect]
Expand Down

0 comments on commit b39e887

Please sign in to comment.