diff --git a/CHANGELOG.md b/CHANGELOG.md index 51b10370..e4c68822 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [2.3.0] - 2023-01-11 + +### Fixed + +- WITI-404 squash, rebased and fixed conflicts + ## [2.2.0] - 2022-11-22 - WITI-319 Added dropdown fields to custom fields @@ -18,7 +24,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - it was removed the duplicated validation due to the one to many feature - ## [1.17.1] - 2022-12-20 ### Changed @@ -32,14 +37,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [1.17.0] - 2022-12-08 ### Added + - Added the possibility to control whether to show the dropdowns in the UserWidget component when we have more than one organization associated with the email ## [1.16.3] - 2022-11-09 ### Fixed + - Some yarn package vulnerabilities reported by Dependabot ======= + ## [1.16.2] - 2022-11-07 ### Fixed @@ -64,7 +72,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Split bindings testcase into two files -### Added +### Added - Feature related to one to many feature, it's possible to change the current organization by using the user widget on the top of storefront @@ -82,7 +90,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Fixed -- bugfix on mkt tags UI +- bugfix on mkt tags UI ## [1.14.1] - 2022-10-19 diff --git a/manifest.json b/manifest.json index 0d688de5..bbd11dbb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "b2b-organizations", "vendor": "syatt", - "version": "2.2.0", + "version": "2.3.0", "title": "B2B Organizations", "description": "App to create and manage B2B Organizations and Cost Centers", "mustUpdateAt": "2022-08-28",