diff --git a/CHANGELOG.md b/CHANGELOG.md index 14e719e2..376b4002 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change history for ui-oa +## 2.0.1 2024-04-26 +* UIOA-222 Charges - Decimal separator ignored when saving with non-english locale +* UIOA-215 Calculations on OA charges can result in invalid values +* Updated translations + ## 2.0.0 2023-11-02 * Upgraded ui-oa to React v18 * Update to react 18 Tweak tests to make use of changed stripes-erm-testing shape diff --git a/package.json b/package.json index 717d8d3c..225412ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/oa", - "version": "2.0.0", + "version": "2.0.1", "description": "FOLIO app for Open Access management", "main": "src/index.js", "repository": "folio/ui-oa",