Skip to content

Commit

Permalink
chore(public reachfive): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
giboin committed Sep 27, 2024
1 parent 1faf59c commit 22b3f0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions flutter_reach_five/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.6.0

- **FEAT**: In the API of sendEmailVerification, instead of taking `authorization: 'Bearer $accessToken'` as a parameter, it now takes `accessToken: accessToken` to formats the header internally.

# 0.5.0

- **FEAT**: Add a method to handle user email verification
Expand Down
2 changes: 1 addition & 1 deletion flutter_reach_five/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_reach_five
description: This package allows you to use the methods from the reachFive android and ios native sdks in Flutter
version: 0.5.0
version: 0.6.0
homepage: https://github.com/bamlab/Flutter-ReachFive
repository: https://github.com/bamlab/Flutter-ReachFive

Expand Down

0 comments on commit 22b3f0e

Please sign in to comment.