diff --git a/login-workflow/CHANGELOG.md b/login-workflow/CHANGELOG.md index 80569c92..69305d5a 100644 --- a/login-workflow/CHANGELOG.md +++ b/login-workflow/CHANGELOG.md @@ -4,11 +4,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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## v7.0.1 (November 11, 2024) +## v7.0.1 (December 27, 2024) ### Fixed -- Pressing login does not dismiss keyboard and can obscure error modal [514](https://github.com/etn-ccis/blui-react-native-workflows/issues/514) +- Android - Registration workflow not loading [546](https://github.com/etn-ccis/blui-react-native-workflows/issues/546). +- Pressing login does not dismiss keyboard and can obscure error modal [514](https://github.com/etn-ccis/blui-react-native-workflows/issues/514). ## v7.0.0 (September 20, 2024) diff --git a/login-workflow/package.json b/login-workflow/package.json index ab317b00..fc371283 100644 --- a/login-workflow/package.json +++ b/login-workflow/package.json @@ -1,7 +1,7 @@ { "name": "@brightlayer-ui/react-native-auth-workflow", "description": "Re-usable workflow components for Authentication and Registration within Eaton applications.", - "version": "7.0.1-alpha.0", + "version": "7.0.1", "license": "BSD-3-Clause", "author": { "name": "Brightlayer UI",