diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f72ebe5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +## 0.2.0 - 2024-11-28 + +### Fixed + +* Fix an issue where the Repo could fail to respond to sync messages for a + document which is authorized. (`a5b19f79`) diff --git a/Cargo.toml b/Cargo.toml index e3c1a30..ce5f423 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "automerge_repo" -version = "0.1.0" +version = "0.2.0" edition = "2021" license = "MIT" authors = ["Alex Good ", "Gregory Terzian"]