diff --git a/CHANGELOG.md b/CHANGELOG.md index e861e11..2b1b5d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +2023-08-22 (2.2.0) +-------------------- + +- Refactor to process replication entries differently depending on those that are missing, broken or need touching (update expiry) +- Log the full replication identifier when replication entry fails to update +- Improve insert / update error logging + 2023-02-15 (2.1.0) -------------------- diff --git a/package.json b/package.json index 1bc46bf..416ae11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@verida/storage-node", - "version": "2.1.6", + "version": "2.2.0", "description": "Verida Storage Node middleware that bridges decentralised identities so they can control access to databases within a CouchDB storage engine", "main": "dist/server.js", "scripts": {