diff --git a/CHANGELOG b/CHANGELOG
index afce9648794f390b63c706adb9eca012cf2ccc63..ab5b835c8fcef7c776be4b8058bc63c3f47271d5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+mkdocs-material-2.5.5 (2018-01-31)
+
+  * Added Hungarian translations
+
 mkdocs-material-2.5.4 (2018-01-29)
 
   * Fixed #683: gh-deploy fails inside Docker
diff --git a/README.md b/README.md
index 1d6dae69401bf7ebe7c4fc3938bcfac0df41f449..7d851e92be1db375b1ed7e2f4df12344a85d034f 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ theme:
 ## What to expect
 
 * Responsive design and fluid layout for all kinds of screens and devices,
-  designed to serve your project documentation in a user-friendly way in 17
+  designed to serve your project documentation in a user-friendly way in 19
   languages with optimal readability.
 
 * Easily customizable primary and accent color, fonts, favicon and logo;
diff --git a/docs/index.md b/docs/index.md
index 29bb1cec056eabfc7be8164190024280b1577dec..0e1cd7459e711360c0384e2071867b32edec37c9 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -34,7 +34,7 @@ theme:
 ## What to expect
 
 * Responsive design and fluid layout for all kinds of screens and devices,
-  designed to serve your project documentation in a user-friendly way in 18
+  designed to serve your project documentation in a user-friendly way in 19
   languages with optimal readability.
 
 * Easily customizable primary and accent color, fonts, favicon and logo;
diff --git a/docs/release-notes.md b/docs/release-notes.md
index a6874ebec016d59f7a68042a8b2d981f6e89a00c..5c1c983f918118c88afae34b46def58656fe8ef2 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -12,7 +12,7 @@ To determine the currently installed version, use the following command:
 
 ``` sh
 pip show mkdocs-material | grep -E ^Version
-# Version 2.5.3
+# Version 2.5.5
 ```
 
 ### Material 1.x to 2.x
@@ -38,6 +38,10 @@ pip show mkdocs-material | grep -E ^Version
 
 ## Changelog
 
+### 2.5.5 <small>_ January 31, 2018</small>
+
+* Added Hungarian translations
+
 ### 2.5.4 <small>_ January 29, 2018</small>
 
 * Fixed #683: `gh-deploy` fails inside Docker
diff --git a/material/base.html b/material/base.html
index 45de689ae910183cfcc19832af2a75eecbb21d75..0fbcd0c8d4cc0630c9de57b6b4be241f850265ae 100644
--- a/material/base.html
+++ b/material/base.html
@@ -34,7 +34,7 @@
         <meta name="lang:{{ key }}" content="{{ lang.t(key) }}">
       {% endfor %}
       <link rel="shortcut icon" href="{{ base_url }}/{{ config.theme.favicon }}">
-      <meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-2.5.4">
+      <meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-2.5.5">
     {% endblock %}
     {% block htmltitle %}
       {% if page and page.meta and page.meta.title %}
diff --git a/package.json b/package.json
index 309625b70f2405ddc7acd0b51e6ade8a0d50ede3..edfe28569b8230d71303c5d1d8d503f3f7d8c7b9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "mkdocs-material",
-  "version": "2.5.4",
+  "version": "2.5.5",
   "description": "A Material Design theme for MkDocs",
   "keywords": [
     "mkdocs",