diff --git a/CHANGELOG.md b/CHANGELOG.md
index 715d8bd..d86e5cd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,21 @@
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.
+
+# [4.4.0](https://github.com/wbuchwalter/ng-redux/compare/v4.2.0...v4.4.0) (2019-06-10)
+
+
+### Bug Fixes
+
+* **lib:** allow es6 modules to mapDispatchToTarget ([edef178](https://github.com/wbuchwalter/ng-redux/commit/edef178))
+
+
+### Features
+
+* **store creator callback:** provide callback for creating store ([9f45122](https://github.com/wbuchwalter/ng-redux/commit/9f45122))
+
+
+
# [4.3.0](https://github.com/wbuchwalter/ng-redux/compare/v4.2.0...v4.3.0) (2019-05-12)
diff --git a/package-lock.json b/package-lock.json
index 14d73ad..a11ffb8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "ng-redux",
- "version": "4.3.0",
+ "version": "4.4.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 8c853fe..5c9010c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "ng-redux",
- "version": "4.3.0",
+ "version": "4.4.0",
"description": "Redux bindings for Angular.js",
"main": "lib/ng-redux.js",
"module": "es/ng-redux.js",