diff --git a/CHANGELOG.md b/CHANGELOG.md index c22cc36e..e43ab2a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## (in progress) +## [1.1.5](https://github.com/folio-org/ui-plugin-query-builder/tree/v1.1.5) (2024-04-22) + * [UIPQB-115](https://issues.folio.org/browse/UIPQB-115) Array type fields display strangely on the list details page, after adding them. ## [1.1.4](https://github.com/folio-org/ui-plugin-query-builder/tree/v1.1.4) (2024-04-02) diff --git a/package.json b/package.json index 954d9ca3..3440f948 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/plugin-query-builder", - "version": "1.1.4", + "version": "1.1.5", "description": "Create FQL query plugin for Stripes", "main": "index.js", "repository": "",