diff --git a/CHANGELOG.md b/CHANGELOG.md index c9c0b24..f09278e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Changelog -## Next +## 4.1.1 ### Fixes -- Fixed an issue where deleted documents would not be synced during push or pull from GraphQL pubs. +- Fixed an issue where deleted documents would not be synced during push or pull. ## 4.1.0 diff --git a/package.json b/package.json index 6a6e601..ed36af9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "earthstar-graphql", "license": "AGPL-3.0", - "version": "4.1.0", + "version": "4.1.1", "dependencies": { "cross-fetch": "^3.0.5", "earthstar": "^5.0.0",