diff --git a/CHANGELOG.md b/CHANGELOG.md
index 630745a..12d6f7f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,16 @@
+## 9.0.8 (2021-05-30)
+
+* Added how to install Angular Material to readme ([d904101](https://github.com/maximegris/angular-electron/commit/d904101))
+* fix README typo ([aa691d9](https://github.com/maximegris/angular-electron/commit/aa691d9))
+* Update electron version ([b1f4451](https://github.com/maximegris/angular-electron/commit/b1f4451))
+* Update electron version ([494c607](https://github.com/maximegris/angular-electron/commit/494c607))
+* fix: solving bug related in fsevents/fsevents#320 ([5b091ca](https://github.com/maximegris/angular-electron/commit/5b091ca)), closes [fsevents/fsevents#320](https://github.com/fsevents/fsevents/issues/320)
+
+
+
## 9.0.7 (2021-04-07)
+* [Bumped Version] 9.0.7 ([b8371ee](https://github.com/maximegris/angular-electron/commit/b8371ee))
* Account for the change in context isolation with Electron 12 ([d08ae8f](https://github.com/maximegris/angular-electron/commit/d08ae8f))
* fix/ angular.json - files to lint ([ec7ce0c](https://github.com/maximegris/angular-electron/commit/ec7ce0c))
* misc/ vscode debug ([f4225a3](https://github.com/maximegris/angular-electron/commit/f4225a3))
diff --git a/package.json b/package.json
index 37797bd..dba6ef1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "angular-electron",
- "version": "9.0.7",
+ "version": "9.0.8",
"description": "Angular 11 with Electron (Typescript + SASS + Hot Reload)",
"homepage": "https://github.com/maximegris/angular-electron",
"author": {