diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6b34d25..79ceecd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
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.
+
+## [1.0.1](https://github.com/TNG/ngqp/compare/v1.0.0...v1.0.1) (2020-01-16)
+
+
+### Bug Fixes
+
+* **core:** don't use forkJoin for empty values in multi params ([f7473a0](https://github.com/TNG/ngqp/commit/f7473a0)), closes [#148](https://github.com/TNG/ngqp/issues/148)
+
+
+
# [1.0.0](https://github.com/TNG/ngqp/compare/v0.11.0...v1.0.0) (2019-05-24)
diff --git a/projects/ngqp/core/package.json b/projects/ngqp/core/package.json
index f7afc90..d1a5417 100644
--- a/projects/ngqp/core/package.json
+++ b/projects/ngqp/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@ngqp/core",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "Synchronizing form controls with the URL for Angular",
"homepage": "https://ngqp.io",
"author": "Ingo Bürk",