Skip to content

Commit

Permalink
Prepare 2.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris committed Aug 22, 2023
1 parent 37537b3 commit c02ef78
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
--------------------

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit c02ef78

Please sign in to comment.