diff --git a/.changeset/late-fans-tap.md b/.changeset/late-fans-tap.md
deleted file mode 100644
index ddd38dc8b..000000000
--- a/.changeset/late-fans-tap.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@cube-dev/ui-kit': patch
----
-
-Added new prop in `` - `shouldCloseOnInteractOutside`, which gives you a chance to filter out interaction with elements that should not dismiss the overlay.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2f01e551a..8acc21bd3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# @cube-dev/ui-kit
+## 0.16.3
+
+### Patch Changes
+
+- [#292](https://github.com/cube-js/cube-ui-kit/pull/292) [`842836f`](https://github.com/cube-js/cube-ui-kit/commit/842836faf77af9e966235bed6e731527f02d5436) Thanks [@MrFlashAccount](https://github.com/MrFlashAccount)! - Added new prop in `` - `shouldCloseOnInteractOutside`, which gives you a chance to filter out interaction with elements that should not dismiss the overlay.
+
## 0.16.2
### Patch Changes
diff --git a/package.json b/package.json
index 0cd20b74f..ad6da25fa 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@cube-dev/ui-kit",
- "version": "0.16.2",
+ "version": "0.16.3",
"description": "UIKit for Cube Projects",
"module": "dist/es/index.js",
"main": "dist/cjs/index.js",