diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 9618bd9783037f8379da61ab622b7febe4e103ac..eade22c79acb28fc8f16eeb8bc62937e3976ad97 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -7,6 +7,14 @@ The format is based on `Keep a Changelog <http://keepachangelog.com/>`__
 and this project adheres to `Semantic
 Versioning <http://semver.org/>`__.
 
+0.5.2
+-----
+
+Fixed
+~~~~~
+
+* Fixed issue with from_date (thanks to Sampath)
+
 0.5.1
 -----
 
diff --git a/pyproject.toml b/pyproject.toml
index 2558b97ed66780945ee01dd8afbfdfa4cb5f5086..ae537c3aabc3ddd28894a91d50ac284c99629c97 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "calendarweek"
-version = "0.5.1"
+version = "0.5.2"
 description = "Utilities for working with calendar weeks in Python and Django"
 authors = ["Dominik George <nik@naturalnet.de>", "Jonathan Weth <git@jonathanweth.de>"]
 license = "Apache-2.0"