diff --git a/CHANGELOG.md b/CHANGELOG.md
index b0aa04f1..0a77e56f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+
+# [0.5.0](https://github.com/urbica/react-map-gl/compare/v0.4.2...v0.5.0) (2017-11-14)
+
+
+### Features
+
+* **Cluster:** add Cluster component ([330d6e6](https://github.com/urbica/react-map-gl/commit/330d6e6))
+
+
+
## [0.4.2](https://github.com/urbica/react-map-gl/compare/v0.4.1...v0.4.2) (2017-11-13)
diff --git a/package-lock.json b/package-lock.json
index 8328186f..87e4596c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "@urbica/react-map-gl",
- "version": "0.4.2",
+ "version": "0.5.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 09104a19..6ff0673b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@urbica/react-map-gl",
- "version": "0.4.2",
+ "version": "0.5.0",
"description": "React Component for Mapbox GL JS",
"author": "Stepan Kuzmin (stepankuzmin.ru)",
"license": "MIT",