diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6fb7f3e..e0d5e8c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
+## [v1.3.6](https://github.com/jnoortheen/arger/releases/tag/v1.3.6) - 2021-02-16
+
+[Compare with v1.3.5](https://github.com/jnoortheen/arger/compare/v1.3.5...v1.3.6)
+
+### Bug Fixes
+- Failing pytkdocs api docstring getter ([7f2222c](https://github.com/jnoortheen/arger/commit/7f2222c812c4171e342dfb2dec6571684849602b) by Noortheen Raja).
+
+
## [v1.3.5](https://github.com/jnoortheen/arger/releases/tag/v1.3.5) - 2021-02-16
[Compare with v1.3.4](https://github.com/jnoortheen/arger/compare/v1.3.4...v1.3.5)
diff --git a/pyproject.toml b/pyproject.toml
index fc5771e..cd91d7d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,7 +1,7 @@
[tool.poetry]
name = "arger"
-version = "1.3.5"
+version = "1.3.6"
description = "Create argparser automatically from functions"
license = "MIT"