diff --git a/CHANGELOG.md b/CHANGELOG.md index f4dd4699..ba8a223f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ New features, fixed bugs, known defects and other noteworthy changes to each release of the Simple Data Exchanger Frontend. +## [2.3.4] - 2023-12-21 +### Fixed +- fix for the null check for contract table column. + ## [2.3.3] - 2023-12-06 ### Changed - build base image security fix. @@ -234,7 +238,8 @@ New features, fixed bugs, known defects and other noteworthy changes to each rel - Compliance with Catena-X Guidelines - Integration with Digital Twin registry service. -[unreleased]: https://github.com/eclipse-tractusx/managed-simple-data-exchanger-frontend/compare/v2.3.3...main +[unreleased]: https://github.com/eclipse-tractusx/managed-simple-data-exchanger-frontend/compare/v2.3.4...main +[2.3.4]: https://github.com/eclipse-tractusx/managed-simple-data-exchanger-frontend/compare/v2.3.3...v2.3.4 [2.3.3]: https://github.com/eclipse-tractusx/managed-simple-data-exchanger-frontend/compare/v2.3.2...v2.3.3 [2.3.2]: https://github.com/eclipse-tractusx/managed-simple-data-exchanger-frontend/compare/v2.3.1...v2.3.2 [2.3.1]: https://github.com/eclipse-tractusx/managed-simple-data-exchanger-frontend/compare/v2.3.0...v2.3.1 diff --git a/package.json b/package.json index 37fbd0f7..5427bfd6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "managed-simple-data-exchanger-frontend", - "version": "2.3.2", + "version": "2.3.4", "description": "Managed Simple Data Exchanger Frontend", "license": "Apache-2.0", "repository": {