Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dangershony committed Apr 25, 2024
1 parent b4e8b49 commit 04665ca
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
## <small>0.2.63 (2024-04-25)</small>

* bump version ([69f420e](https://github.com/block-core/blockcore-indexer/commit/69f420e))
* Fixed issue with timing out queries on mongo db (#210) ([b4e8b49](https://github.com/block-core/blockcore-indexer/commit/b4e8b49)), closes [#210](https://github.com/block-core/blockcore-indexer/issues/210)



## <small>0.2.62 (2024-04-24)</small>

* 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))
* default to null instead of zero for nullable andpoints (#207) ([5988661](https://github.com/block-core/blockcore-indexer/commit/5988661)), closes [#207](https://github.com/block-core/blockcore-indexer/issues/207)
* Fixed performance issue with investmnet scanning (#208) ([1bd6ea1](https://github.com/block-core/blockcore-indexer/commit/1bd6ea1)), closes [#208](https://github.com/block-core/blockcore-indexer/issues/208)



## <small>0.2.61 (2024-04-22)</small>

* Add an error code type for no trx in mempool ([18cfaa7](https://github.com/block-core/blockcore-indexer/commit/18cfaa7))
* 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))



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.63",
"version": "0.2.64",
"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.63</Version>
<Version>0.2.64</Version>
<TargetFramework>net8.0</TargetFramework>
<Authors>Blockcore</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit 04665ca

Please sign in to comment.