diff --git a/CHANGELOG.md b/CHANGELOG.md
index ee39b8f134..429a8a7dd2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+
+## [17.4.1](https://github.com/alfa-laboratory/arui-feather/compare/v17.4.0...v17.4.1) (2020-03-31)
+
+
+### Bug Fixes
+
+* **data-test-id:** fix small old mistake - added data-test-id ([#1122](https://github.com/alfa-laboratory/arui-feather/issues/1122)) ([2ce1b76](https://github.com/alfa-laboratory/arui-feather/commit/2ce1b76))
+
+
+
# [17.4.0](https://github.com/alfa-laboratory/arui-feather/compare/v17.3.0...v17.4.0) (2020-03-27)
diff --git a/package-lock.json b/package-lock.json
index bc3c339fa4..2533e2c61d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "arui-feather",
- "version": "17.4.0",
+ "version": "17.4.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 1a77fdbf7e..32d2f89f19 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "arui-feather",
- "version": "17.4.0",
+ "version": "17.4.1",
"description": "Alfa-Bank UI lightweight library",
"repository": {
"type": "git",