diff --git a/CHANGELOG.md b/CHANGELOG.md index 5804002..fbad6bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.2.42 (2022-12-04) + +* Add instructions on how to run the indexer ([06d3c8a](https://github.com/block-core/blockcore-indexer/commit/06d3c8a)) +* Migrate Startup and drop duplicate container registration code ([f503639](https://github.com/block-core/blockcore-indexer/commit/f503639)) +* Update version and changelog ([15f68d0](https://github.com/block-core/blockcore-indexer/commit/15f68d0)) + + + ## 0.2.41 (2022-12-04) * Added endpoint to calculate the balance for multiple addresses in one request (#169) ([f9224f5](https://github.com/block-core/blockcore-indexer/commit/f9224f5)), closes [#169](https://github.com/block-core/blockcore-indexer/issues/169) diff --git a/package.json b/package.json index e344954..bb659f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blockcoreindexer", - "version": "0.2.42", + "version": "0.2.43", "license": "MIT", "author": { "name": "Blockcore", diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 18ce8f4..7f42fe0 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -1,6 +1,6 @@ - 0.2.42 + 0.2.43 net6.0 Blockcore MIT