diff --git a/login-workflow/CHANGELOG.md b/login-workflow/CHANGELOG.md index e94a25ab..2f94cf32 100644 --- a/login-workflow/CHANGELOG.md +++ b/login-workflow/CHANGELOG.md @@ -5,6 +5,13 @@ 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). +## v4.0.1 (Unreleased) + +### Added + +- Loader to the login action ([#511](https://github.com/etn-ccis/blui-react-workflows/issues/511)). + + ## v4.0.0 (October 4, 2023) ### Added diff --git a/login-workflow/package.json b/login-workflow/package.json index 2d4d2d31..8f1753dc 100644 --- a/login-workflow/package.json +++ b/login-workflow/package.json @@ -1,6 +1,6 @@ { "name": "@brightlayer-ui/react-auth-workflow", - "version": "4.0.0", + "version": "4.0.1", "author": "Brightlayer UI (https://github.com/brightlayer-ui)", "license": "BSD-3-Clause", "description": "Re-usable workflow components for Authentication and Registration within Eaton applications.",