diff --git a/CHANGELOG.md b/CHANGELOG.md index 801764e..e4d8df5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ -## 0.2.61 (2024-04-22) +## 0.2.62 (2024-04-24) * Add an error code type for no trx in mempool ([18cfaa7](https://github.com/block-core/blockcore-indexer/commit/18cfaa7)) +* bump version ([c98ac8b](https://github.com/block-core/blockcore-indexer/commit/c98ac8b)) * bump version ([e3efde7](https://github.com/block-core/blockcore-indexer/commit/e3efde7)) +* default to null instead of zero for nullable andpoints ([ae150c9](https://github.com/block-core/blockcore-indexer/commit/ae150c9)) diff --git a/package.json b/package.json index 30cb7d4..5147bd5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blockcoreindexer", - "version": "0.2.62", + "version": "0.2.63", "license": "MIT", "author": { "name": "Blockcore", diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 0d7e9ce..f9ec7bd 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -1,6 +1,6 @@ - 0.2.62 + 0.2.63 net8.0 Blockcore MIT