diff --git a/CHANGELOG.md b/CHANGELOG.md index b0c0326c..193879e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## (IN PROGRESS) +## [3.2.3](https://github.com/folio-org/stripes-acq-components/tree/v3.2.3) (2022-08-19) +[Full Changelog](https://github.com/folio-org/stripes-acq-components/compare/v3.2.2...v3.2.3) + +* Fund distribution validation issue on form saving. Refs UINV-432. + ## [3.2.2](https://github.com/folio-org/stripes-acq-components/tree/v3.2.2) (2022-08-08) [Full Changelog](https://github.com/folio-org/stripes-acq-components/compare/v3.2.1...v3.2.2) diff --git a/package.json b/package.json index e26b0a57..775f174b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-acq-components", - "version": "3.2.2", + "version": "3.2.3", "description": "Component library for Stripes Acquisitions modules", "publishConfig": { "registry": "https://repository.folio.org/repository/npm-folio/"