Skip to content

Commit

Permalink
Release v2.1.0 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
uladislausamets authored Mar 3, 2022
1 parent 8c15661 commit e36456d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Change history for ui-plugin-bursar-export

## (IN PROGRESS)

* Rename the label "Max. days outstanding" to "Fees/Fines older than (days)". Refs UIPBEX-27
## [2.1.0](https://github.com/folio-org/ui-plugin-bursar-export/tree/v2.1.0) (2022-03-03)
[Full Changelog](https://github.com/folio-org/ui-plugin-bursar-export/compare/v2.0.1...v2.1.0)
* Refactor psets away from backend ".all" permissions. Refs UIPBEX-26
* Purge `uuid` since it is no longer in use. Refs UIPBEX-29

## [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)
[Full Changelog](https://github.com/folio-org/ui-plugin-bursar-export/compare/v1.1.2...v2.0.0)
* Support `feesfines` interface version `17.0`. Refs UIPBEX-21.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/plugin-bursar-export",
"version": "2.0.0",
"version": "2.1.0",
"description": "Bursar export",
"main": "index.js",
"repository": "",
Expand Down

0 comments on commit e36456d

Please sign in to comment.