diff --git a/CHANGELOG.md b/CHANGELOG.md index 22445258d..4ba9b71b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change history for ui-data-import -## [8.0.1] (IN PROGRESS) +## [8.0.1](https://github.com/folio-org/ui-data-import/tree/v8.0.1) (2024-11-15) ### Bugs fixed: * Invoice field mapping profile: cannot check export to accounting checkbox. (UIDATIMP-1671) diff --git a/package.json b/package.json index 1fb50c664..1b874a673 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/data-import", - "version": "8.0.0", + "version": "8.0.1", "description": "Data Import manager", "main": "src/index.js", "repository": "folio-org/ui-data-import",