diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cd4748e..6b028cef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ # Change history for ui-plugin-bursar-export -## (IN PROGRESS) +## IN PROGRESS +## [2.0.1](https://github.com/folio-org/ui-plugin-bursar-export/tree/v2.0.1) (2021-11-08) +[Full Changelog](https://github.com/folio-org/ui-plugin-bursar-export/compare/v2.0.0...v2.0.1) * Rename the label "Max. days outstanding" to "Fees/Fines older than (days)". Refs UIPBEX-27 ## [2.0.0](https://github.com/folio-org/ui-plugin-bursar-export/tree/v2.0.0) (2021-10-06) diff --git a/package.json b/package.json index eb15b97e..28d76b75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/plugin-bursar-export", - "version": "2.0.0", + "version": "2.0.1", "description": "Bursar export", "main": "index.js", "repository": "",