diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7fae68b..d1b1fe8 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/flyntwp/acf-field-group-composer/compare/v1.0.0...v1.0.1) (2019-03-13)
+
+
+### Features
+
+* **ACFComposer/ResolveConfig:** Handle filter arguments in conditional logic ([db19414](https://github.com/flyntwp/acf-field-group-composer/commit/db19414))
+
+
+
# [1.0.0](https://github.com/flyntwp/acf-field-group-composer/compare/v1.0.0-rc1...v1.0.0) (2017-03-16)
diff --git a/package.json b/package.json
index 1f337c9..ce748fc 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "acf-field-group-composer",
- "version": "1.0.0",
+ "version": "1.0.1",
"repository": "git@github.com:flyntwp/acf-field-group-composer.git",
"author": "bleech ",
"license": "MIT",