diff --git a/CHANGELOG.md b/CHANGELOG.md
index a1c50f6b4..00565600f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,24 @@
+
+# [1.0.0-beta.4 beryl-cobra](https://github.com/SebastianM/angular-google-maps/compare/1.0.0-beta.3...1.0.0-beta.4) (2018-09-22)
+
+This release adds the long awaited auto fitBounds feature: https://github.com/SebastianM/angular-google-maps/pull/1389
+
+### Bug Fixes
+
+* **AgmPolygon:** double click ([#1442](https://github.com/SebastianM/angular-google-maps/issues/1442)) ([ca0b8f0](https://github.com/SebastianM/angular-google-maps/commit/ca0b8f0)), closes [#1202](https://github.com/SebastianM/angular-google-maps/issues/1202)
+* **polyline:** icon to icons ([fc042ae](https://github.com/SebastianM/angular-google-maps/commit/fc042ae)), closes [#948](https://github.com/SebastianM/angular-google-maps/issues/948)
+
+
+### Features
+
+* **AgmMarker:** add rightclick support ([#1443](https://github.com/SebastianM/angular-google-maps/issues/1443)) ([8abefa0](https://github.com/SebastianM/angular-google-maps/commit/8abefa0)), closes [#1362](https://github.com/SebastianM/angular-google-maps/issues/1362)
+* **AgmMarker:** auto-convert string to Number for lat/lng ([#1424](https://github.com/SebastianM/angular-google-maps/issues/1424)) ([c1d6c6d](https://github.com/SebastianM/angular-google-maps/commit/c1d6c6d)), closes [#771](https://github.com/SebastianM/angular-google-maps/issues/771)
+* **AgmMarker:** include marker instance in markerClick emitter ([89b6e5c](https://github.com/SebastianM/angular-google-maps/commit/89b6e5c))
+* **core:** add rectangle support ([#1450](https://github.com/SebastianM/angular-google-maps/issues/1450)) ([2e4878b](https://github.com/SebastianM/angular-google-maps/commit/2e4878b)), closes [#570](https://github.com/SebastianM/angular-google-maps/issues/570)
+* **core:** support auto fitBounds ([4d3103c](https://github.com/SebastianM/angular-google-maps/commit/4d3103c))
+
+
+
# [1.0.0-beta.3 orange-disk](https://github.com/SebastianM/angular-google-maps/compare/1.0.0-beta.2...1.0.0-beta.3) (2018-05-24)
diff --git a/docs/content/api-docs/index.md b/docs/content/api-docs/index.md
index d7a5398d4..1377a14df 100644
--- a/docs/content/api-docs/index.md
+++ b/docs/content/api-docs/index.md
@@ -1,5 +1,5 @@
+++
-date = "20178-06-28T06:23:32+02:00"
+date = "2017-06-28T06:23:32+02:00"
title = "API Docs for Angular Google Maps"
+++
diff --git a/package.json b/package.json
index e52744eee..ce3f4321e 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@agm/_dev",
"private": true,
- "version": "1.0.0-beta.3",
+ "version": "1.0.0-beta.4",
"description": "Angular components for Google Maps",
"repository": {
"type": "git",