diff --git a/CHANGELOG.md b/CHANGELOG.md
index cea7b8bde1..de08f56599 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+
+## [15.5.2](https://github.com/alfa-laboratory/arui-feather/compare/v15.5.1...v15.5.2) (2019-11-22)
+
+
+### Features
+
+* **input-autocomplete:** add className for popup options container ([#877](https://github.com/alfa-laboratory/arui-feather/issues/877)) ([8d8fabe](https://github.com/alfa-laboratory/arui-feather/commit/8d8fabe))
+
+
+
## [15.5.1](https://github.com/alfa-laboratory/arui-feather/compare/v15.5.0...v15.5.1) (2019-11-18)
diff --git a/package-lock.json b/package-lock.json
index 4e61bfc1b9..a31a62e25e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "arui-feather",
- "version": "15.5.1",
+ "version": "15.5.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 009e15f2ec..51b11dd0e9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "arui-feather",
- "version": "15.5.1",
+ "version": "15.5.2",
"description": "Alfa-Bank UI lightweight library",
"repository": {
"type": "git",