diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst
index 096db8c8..7eee885e 100644
--- a/CONTRIBUTORS.rst
+++ b/CONTRIBUTORS.rst
@@ -1,7 +1,7 @@
 Dependency Injector Contributors
 ================================
 
-+ Roman Mogilatov (rmk135)
++ Roman Mogylatov (rmk135)
 + Konstantin vz'One Enchant (sirkonst)
 + Terrence Brannon (metaperl)
 + Stanislav Lobanov (asyncee)
diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst
index 7598fc32..637e1d22 100644
--- a/docs/main/changelog.rst
+++ b/docs/main/changelog.rst
@@ -7,6 +7,10 @@ that were made in every particular version.
 From version 0.7.6 *Dependency Injector* framework strictly 
 follows `Semantic versioning`_
 
+3.14.10
+------
++ Make spelling fix for the list of contributors.
+
 3.14.9
 ------
 + Improve README - minor English nitpicking (thanks to `supakeen <https://github.com/supakeen>`_).
diff --git a/src/dependency_injector/__init__.py b/src/dependency_injector/__init__.py
index 39bb72fd..250630a4 100644
--- a/src/dependency_injector/__init__.py
+++ b/src/dependency_injector/__init__.py
@@ -1,6 +1,6 @@
 """Dependency injector top-level package."""
 
-__version__ = '3.14.9'
+__version__ = '3.14.10'
 """Version number that follows semantic versioning.
 
 :type: str