diff --git a/CHANGELOG.md b/CHANGELOG.md index a60b528..7665a1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.2.2 - 2025-02-24 + +### Fixed + +* Fix an issue where loading a document whilst it is concurrently being synced +by another peer would cause the document to resolve as empty (`e8c4ba79`) + ## 0.2.1 - 2025-02-21 ### Added diff --git a/Cargo.toml b/Cargo.toml index e57980c..d64f669 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "automerge_repo" -version = "0.2.1" +version = "0.2.2" edition = "2021" license = "MIT" authors = ["Alex Good ", "Gregory Terzian"]