Skip to content

Commit

Permalink
bump: Release v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MalikZu committed Aug 4, 2020
1 parent 7cb0255 commit 33c10c8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# v1.2.2
## Feature

- Changing Password and Forget Password `changePassword` , `getPasswordResetInfo`
- Generate and verify OTP for different mediums `generatePasswordResetOTP`, `verifyPasswordResetOTP`
- Update Password `updatePasswordWithToken`

## Fix

- Check for `renovation_core` in backend
- Use Regex to parse frappe app versions
- Null coalesce `isLoggedIn`


# v1.2.0
## Feature

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: renovation_core
description: The missing SDK developers have been longing for to interact with Frappe/ERPNext
version: 1.2.0
version: 1.2.2
homepage: https://github.com/leam-tech/renovation_core.dart

environment:
Expand Down

0 comments on commit 33c10c8

Please sign in to comment.