Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Dec 4, 2022
1 parent f503639 commit 131b220
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## <small>0.2.42 (2022-12-04)</small>

* 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))



## <small>0.2.41 (2022-12-04)</small>

* 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)
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": "blockcoreindexer",
"version": "0.2.42",
"version": "0.2.43",
"license": "MIT",
"author": {
"name": "Blockcore",
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>0.2.42</Version>
<Version>0.2.43</Version>
<TargetFramework>net6.0</TargetFramework>
<Authors>Blockcore</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit 131b220

Please sign in to comment.