diff --git a/CHANGELOG.md b/CHANGELOG.md index a5079524..b9278f5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ * Add "Mark late" action to the piece form action menu. Refs UIREC-413. * Hide "Add piece" action when related order has "Pending" status and "Synchronized" workflow. Refs UIREC-362. * *Breaking* Update "Send claim" action to use `pieces.send-claims` interface. Refs UIREC-412. + +## [6.0.6](https://github.com/folio-org/ui-receiving/tree/v6.0.6) (2025-01-06) +[Full Changelog](https://github.com/folio-org/ui-receiving/compare/v6.0.5...v6.0.6) + * Chunk HTTP requests to get pieces "requests" by piece IDs. Refs UIREC-427. ## [6.0.5](https://github.com/folio-org/ui-receiving/tree/v6.0.5) (2024-12-13) diff --git a/package.json b/package.json index 997e1d12..7753ccf5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/receiving", - "version": "6.0.5", + "version": "6.0.6", "description": "Description for receiving", "main": "index.js", "repository": "",