diff --git a/CHANGELOG.md b/CHANGELOG.md
index 969f535..944aa1c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,17 @@
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.4](https://github.com/hybridables/try-catch-core/compare/v1.0.3...v1.0.4) (2016-11-01)
+
+
+### Bug Fixes
+
+* **links:** move to [@hybridables](https://github.com/hybridables) org ([dc7c3f0](https://github.com/hybridables/try-catch-core/commit/dc7c3f0))
+* **options:** pass options to try-catch-callback ([aba375d](https://github.com/hybridables/try-catch-core/commit/aba375d))
+
+
+
## [1.0.3](https://github.com/tunnckocore/try-catch-core/compare/v1.0.2...v1.0.3) (2016-09-22)
diff --git a/package.json b/package.json
index 96696b1..e7b59cd 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "try-catch-core",
- "version": "1.0.3",
+ "version": "1.0.4",
"description": "Asynchronous and sync tryCatch in one place. The callback is securely wrapped with a [dezalgo][] and [once][].",
"repository": "hybridables/try-catch-core",
"author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",