diff --git a/CHANGELOG.md b/CHANGELOG.md index 49ce023ac2c..8ae30aa9613 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.38.3-rc.2](https://github.com/SAP/fundamental-ngx/compare/v0.38.3-rc.1...v0.38.3-rc.2) (2023-01-04) + + +### Bug Fixes + +* **core:** dynamic footer z-index must be higher than that of fd-scrollbar ([#9156](https://github.com/SAP/fundamental-ngx/issues/9156)) ([97afb7c](https://github.com/SAP/fundamental-ngx/commit/97afb7c41b489589e8dfd7dfda547a24ab81268e)) + + + ## [0.38.3-rc.1](https://github.com/SAP/fundamental-ngx/compare/v0.38.3-rc.0...v0.38.3-rc.1) (2023-01-04) diff --git a/package.json b/package.json index 1179e083027..d2183f46328 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fundamental-ngx", - "version": "0.38.3-rc.1", + "version": "0.38.3-rc.2", "license": "Apache-2.0", "main": "dist/libs/core/index.js", "description": "Fundamental Library for Angular is a themable Fiori Angular component library.",