diff --git a/CHANGELOG.md b/CHANGELOG.md index 687aee308..a35e6c6f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change history for ui-data-import -## **7.0.3** (in progress) +## [7.0.3](https://github.com/folio-org/ui-data-import/tree/v7.0.3) (2023-11-09) ### Bugs fixed: * The '[number of records] - records found' subtitle is displayed after clicking on the textLink error counter (UIDATIMP-1549) diff --git a/package.json b/package.json index 0a175bcea..0e671f042 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/data-import", - "version": "7.0.2", + "version": "7.0.3", "description": "Data Import manager", "main": "src/index.js", "repository": "folio-org/ui-data-import",