diff --git a/CHANGELOG.md b/CHANGELOG.md index 883aaa5..72f564e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,23 @@ 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). +## [2.2.0] + +## Added + +- New API calls for requesting language data for login page + +### Changed + +- Owner model modified to remove unnecessary fields +- Fullnode service uses `session` for API calls. +- User service uses `session` for API calls. +- Auth-guard service uses new `checkUser` function to confirm session exists and is validated. + +### Fixed + +- Business sign-up stepper skipping is corrected + ## [2.1.0] - 2023-05-02 ### Added diff --git a/src/app/business/business.component.html b/src/app/business/business.component.html index 3b3aba0..347fa57 100644 --- a/src/app/business/business.component.html +++ b/src/app/business/business.component.html @@ -2,8 +2,8 @@

{{ vE.businessSignupTitle }}

- - + +

{{ vE.businessAddrsNobiz }}