diff --git a/eyeball-im/CHANGELOG.md b/eyeball-im/CHANGELOG.md index 8fda7be..604c36a 100644 --- a/eyeball-im/CHANGELOG.md +++ b/eyeball-im/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.3.2 + +- Fix transaction commit not working when there are no subscribers + # 0.3.1 - Fix logging for rollback-on-drop diff --git a/eyeball-im/Cargo.toml b/eyeball-im/Cargo.toml index 58eff9e..3491687 100644 --- a/eyeball-im/Cargo.toml +++ b/eyeball-im/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eyeball-im" -version = "0.3.1" +version = "0.3.2" edition = "2021" description = "Observable collections based on the `im` crate." license.workspace = true