diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst
index b2178df..f90fc81 100644
--- a/docs/CHANGELOG.rst
+++ b/docs/CHANGELOG.rst
@@ -3,7 +3,7 @@ Version history
We follow `Semantic Versions `_.
-unreleased
+0.2.0
*******************************************************************************
Backwards incompatible changes
diff --git a/pyproject.toml b/pyproject.toml
index a374255..c1e4a90 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pomcorn"
-version = "0.1.0"
+version = "0.2.0"
description = "Base implementation of Page Object Model"
authors = [
"Saritasa ",