diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3875e41..e1b2989 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,20 @@
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.
+
+## [7.0.1](https://github.com/simontonsoftware/ng-app-state/compare/v7.0.0...v7.0.1) (2018-07-26)
+
+
+### Features
+
+* improve performance of `.state()` in most cases
+
+
+### Bug Fixes
+
+* it was possible to get an outdated state while change handlers were firing
+
+
# [7.0.0](https://github.com/simontonsoftware/ng-app-state/compare/v6.2.0...v7.0.0) (2018-06-01)
diff --git a/package.json b/package.json
index ec864a8..c34fdc1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "ng-app-state-platform",
- "version": "7.0.0",
+ "version": "7.0.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
@@ -58,4 +58,4 @@
"tslint-config-prettier": "^1.12.0",
"typescript": "~2.7.2"
}
-}
\ No newline at end of file
+}
diff --git a/projects/ng-app-state/package.json b/projects/ng-app-state/package.json
index 32f7ef6..3559775 100644
--- a/projects/ng-app-state/package.json
+++ b/projects/ng-app-state/package.json
@@ -1,6 +1,6 @@
{
"name": "ng-app-state",
- "version": "7.0.0",
+ "version": "7.0.1",
"author": "Simonton Software",
"license": "MIT",
"repository": "simontonsoftware/ng-app-state",