diff --git a/CHANGELOG.md b/CHANGELOG.md index 39fcda18e..80e6050f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change history for ui-data-import -## **7.0.4** (in progress) +## [7.0.4](https://github.com/folio-org/ui-data-import/tree/v7.0.4) (2023-11-24) ### Bugs fixed: * Action profiles links to wrong job profile. (UIDATIMP-1568) diff --git a/package.json b/package.json index 0e671f042..3836cc272 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/data-import", - "version": "7.0.3", + "version": "7.0.4", "description": "Data Import manager", "main": "src/index.js", "repository": "folio-org/ui-data-import",