diff --git a/login-workflow/CHANGELOG.md b/login-workflow/CHANGELOG.md index b00fc9eb..0f645e88 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.1.0 (Unreleased) + +### Added + +- `OktaLoginScreenBase` screen. + ## v4.0.3 (May 9, 2024) ### Fixed diff --git a/login-workflow/package.json b/login-workflow/package.json index a294bae0..8f19286c 100644 --- a/login-workflow/package.json +++ b/login-workflow/package.json @@ -1,6 +1,6 @@ { "name": "@brightlayer-ui/react-auth-workflow", - "version": "4.0.3", + "version": "4.1.0", "author": "Brightlayer UI (https://github.com/brightlayer-ui)", "license": "BSD-3-Clause", "description": "Re-usable workflow components for Authentication and Registration within Eaton applications.",