diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5ed1d9e..2e03dd3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
 # Changelog
 
+## 3.2.0 - 2018-10-30
+- Angular 7 support ([#203](https://github.com/urish/ngx-moment/issues/203))
+
 ## 3.1.0 - 2018-07-01
 - Add 'amParseZone' pipe ([#198](https://github.com/urish/ngx-moment/pull/198), contributed by [davidballester](https://github.com/davidballester))
 
diff --git a/package.json b/package.json
index db3708a..90a2322 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "ngx-moment",
-  "version": "3.1.0",
+  "version": "3.2.0",
   "description": "Moment.JS pipes for Angular (timeago and more)",
   "scripts": {
     "build": "ng build",