diff --git a/CHANGELOG.md b/CHANGELOG.md index c53d910..5e3d821 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change history for ui-plugin-bursar-export +## [4.0.1](https://github.com/folio-org/ui-plugin-bursar-export/tree/v4.0.1) (2024-04-25) +[Full Changelog](https://github.com/folio-org/ui-plugin-bursar-export/compare/v4.0.0...v4.0.1) +* Fix issue with configuration validation. Refs UIPBEX-58. +* Update CI scripts to new shared workflow. Refs UIPBEX-59. + ## [4.0.0](https://github.com/folio-org/ui-plugin-bursar-export/tree/v4.0.0) (2024-03-19) [Full Changelog](https://github.com/folio-org/ui-plugin-bursar-export/compare/v3.0.0...v4.0.0) * Support the new bursar export configuration feature and revamped UI. Refs UXPROD-3603. diff --git a/package.json b/package.json index ce35d33..d83e2c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/plugin-bursar-export", - "version": "4.0.0", + "version": "4.0.1", "description": "Bursar export", "main": "src/index.js", "repository": "",