diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e59e3d16aa..bd0619f999e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.39.1-rc.5](https://github.com/SAP/fundamental-ngx/compare/v0.39.1-rc.4...v0.39.1-rc.5) (2023-03-10) + + +### Bug Fixes + +* **platform:** do not display filterable=false columns in p13 filter dialog ([#9495](https://github.com/SAP/fundamental-ngx/issues/9495)) ([ea0e326](https://github.com/SAP/fundamental-ngx/commit/ea0e326f4ae5ca0175f68c8bb3544bd97dd7ee7a)) + + + ## [0.39.1-rc.4](https://github.com/SAP/fundamental-ngx/compare/v0.39.1-rc.3...v0.39.1-rc.4) (2023-03-09) diff --git a/package.json b/package.json index 5a2d63d08e8..893dde20a98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fundamental-ngx", - "version": "0.39.1-rc.4", + "version": "0.39.1-rc.5", "license": "Apache-2.0", "main": "dist/libs/core/index.js", "description": "Fundamental Library for Angular is a themable Fiori Angular component library.",