diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7c20830..a0b8db5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
## Master
+## [1.0.1](https://github.com/kzaher/RxFeedback/releases/tag/1.0.1)
+
+* Fixes leak in `Hashable` overload of `react` feedback loop.
+* Shares final guard against reentrancy (if feedback loops have implementation issue and are synchronous) between all feedback loops.
+
## [1.0.0](https://github.com/kzaher/RxFeedback/releases/tag/1.0.0)
* Deprecates `UI.*` in favor of free methods.
diff --git a/RxFeedback.podspec b/RxFeedback.podspec
index 76b0e63..1ab72c1 100644
--- a/RxFeedback.podspec
+++ b/RxFeedback.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RxFeedback"
- s.version = "1.0.0"
+ s.version = "1.0.1"
s.summary = "Simplest architecture for RxSwift. State + feedback loops."
s.description = <<-DESC
Simplest architecture for RxSwift. State + feedback loops.
diff --git a/Sources/RxFeedback/RxFeedback.plist b/Sources/RxFeedback/RxFeedback.plist
index 29f2355..b8543e0 100644
--- a/Sources/RxFeedback/RxFeedback.plist
+++ b/Sources/RxFeedback/RxFeedback.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 0.3.3
+ 1.0.1
CFBundleSignature
????
CFBundleVersion