Skip to content

Commit

Permalink
bump version and release
Browse files Browse the repository at this point in the history
  • Loading branch information
dangershony committed Sep 3, 2024
1 parent c5a5421 commit d478edd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
## <small>0.2.67 (2024-09-03)</small>

* bump version ([0c7e84e](https://github.com/block-core/blockcore-indexer/commit/0c7e84e))
* changed IStorage.cs to not depend on mondo types (#215) ([86e523f](https://github.com/block-core/blockcore-indexer/commit/86e523f)), closes [#215](https://github.com/block-core/blockcore-indexer/issues/215)
* Decoupling mongo db dependencies to allow adding postgreSQL (#213) ([e27a2c9](https://github.com/block-core/blockcore-indexer/commit/e27a2c9)), closes [#213](https://github.com/block-core/blockcore-indexer/issues/213)
* Ordered the returned projects by block index and returned top to bottom ([c5a5421](https://github.com/block-core/blockcore-indexer/commit/c5a5421))



## <small>0.2.66 (2024-05-24)</small>

* Add mainnet key ([1ed7da0](https://github.com/block-core/blockcore-indexer/commit/1ed7da0))
* Add Angor mainnet key (#212) ([0208cc6](https://github.com/block-core/blockcore-indexer/commit/0208cc6)), closes [#212](https://github.com/block-core/blockcore-indexer/issues/212)
* bump version ([c2ed435](https://github.com/block-core/blockcore-indexer/commit/c2ed435))
* update mainnet key ([c6a1054](https://github.com/block-core/blockcore-indexer/commit/c6a1054))



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

0 comments on commit d478edd

Please sign in to comment.