diff --git a/CHANGELOG.md b/CHANGELOG.md index c1ef7f71..b5773b7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ # Change history for ui-plugin-bursar-export -## IN PROGRESS -* Fix GitHub Actions workflow not running for tags. Refs FOLIO-4086. +## [4.0.3](https://github.com/folio-org/ui-plugin-bursar-export/tree/v4.0.3) (2024-11-02) +* Fix GitHub Actions workflow not running for tags. Refs [FOLIO-4086](https://folio-org.atlassian.net/browse/FOLIO-4086). +* Fix bug related to saving transfer configuration. Refs [UIPBEX-62](https://folio-org.atlassian.net/browse/UIPBEX-62). ## [4.0.2](https://github.com/folio-org/ui-plugin-bursar-export/tree/v4.0.2) (2024-05-08) [Full Changelog](https://github.com/folio-org/ui-plugin-bursar-export/compare/v4.0.1...v4.0.2) diff --git a/package.json b/package.json index 1591fa3a..a07da9cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/plugin-bursar-export", - "version": "4.0.2", + "version": "4.0.3", "description": "Bursar export", "main": "src/index.js", "repository": "",