diff --git a/CHANGELOG.md b/CHANGELOG.md
index aecfe39..a5e6209 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,12 +1,24 @@
---
+last_commit_released: 0d90cbe3bed8e14aec100733a1325bae3e1daafc
name: Fable.Reactive
-last_commit_released: 3dc12a7a9550cf085e1d464408726d5a1e995973
---
# Changelog
All notable changes to this project will be documented in this file.
+## 1.0.0-rc.4 - 2026-03-14
+
+### 🏗️ Breaking changes
+
+* Rename AsyncRx to Reactive (#20) ([0d90cbe](https://github.com/dbrattli/Fable.Reactive/commit/0d90cbe3bed8e14aec100733a1325bae3e1daafc))
+
+### 🐞 Bug Fixes
+
+* Pack AsyncSeq in release and add name to CHANGELOG (#18) ([18aa2bb](https://github.com/dbrattli/Fable.Reactive/commit/18aa2bb522b69941826730527c73d7035c388e6b))
+
+[View changes on Github](https://github.com/dbrattli/Fable.Reactive/compare/3dc12a7a9550cf085e1d464408726d5a1e995973..0d90cbe3bed8e14aec100733a1325bae3e1daafc)
+
## 1.0.0-rc.3 - 2026-03-14
[View changes on Github](https://github.com/dbrattli/Fable.Reactive/compare/2d029f5a2d1e52acd7921b69adc4c7615bd93c9c..3dc12a7a9550cf085e1d464408726d5a1e995973)