diff --git a/CHANGELOG.md b/CHANGELOG.md index ef201aeae..25d59bf31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.1 + - Bugs Fixed + - Alchemy should not crash immediately when there is a subgraph error. It will retry for approximately 2.5 minutes. + ## 1.0.0 - Features Added - Show active proposal status on the Proposal History page diff --git a/package-lock.json b/package-lock.json index 6ca1d76fb..c747b6494 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "alchemy-client", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a1a2ff264..83a96937c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alchemy-client", - "version": "1.0.0", + "version": "1.0.1", "description": "An app for collaborative networks (DAOs), based on the DAO stack.", "author": "DAOstack", "license": "GPL-3.0",