diff --git a/CHANGELOG.md b/CHANGELOG.md index 85eed2dd4..86cbd2609 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change history for ui-data-import -## [8.0.3] (IN PROGRESS) +## [8.0.3](https://github.com/folio-org/ui-data-import/tree/v8.0.3) (2024-12-04) ### Bugs fixed: * Allow central tenant to create action profile for Orders and Invoices. (UIDATIMP-1679) diff --git a/package.json b/package.json index e970efcd7..d71107901 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/data-import", - "version": "8.0.2", + "version": "8.0.3", "description": "Data Import manager", "main": "src/index.js", "repository": "folio-org/ui-data-import",