diff --git a/CHANGELOG.md b/CHANGELOG.md
index b3fd893..577b74b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
 # Changelog
 
+## [2.5.6](https://github.com/gravity-ui/date-utils/compare/v2.5.5...v2.5.6) (2024-11-21)
+
+
+### Bug Fixes
+
+* **expandFormat:** use short localized format from formats object ([#82](https://github.com/gravity-ui/date-utils/issues/82)) ([4df8e6e](https://github.com/gravity-ui/date-utils/commit/4df8e6ea086aa910f0c42d139e7e301c474ae1fe))
+
 ## [2.5.5](https://github.com/gravity-ui/date-utils/compare/v2.5.4...v2.5.5) (2024-10-30)
 
 
diff --git a/package-lock.json b/package-lock.json
index 8775f4e..df57602 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "@gravity-ui/date-utils",
-  "version": "2.5.5",
+  "version": "2.5.6",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "@gravity-ui/date-utils",
-      "version": "2.5.5",
+      "version": "2.5.6",
       "license": "MIT",
       "dependencies": {
         "dayjs": "1.11.10",
diff --git a/package.json b/package.json
index 604cb18..f114261 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@gravity-ui/date-utils",
-  "version": "2.5.5",
+  "version": "2.5.6",
   "description": "Gravity UI date helpers",
   "main": "build/index.js",
   "types": "build/index.d.ts",