From 0c7e84ed00b4c00e09f5db0a3ac8d4d70f6aa1b1 Mon Sep 17 00:00:00 2001 From: dangershony Date: Fri, 24 May 2024 18:26:43 +0100 Subject: [PATCH] bump version --- CHANGELOG.md | 15 ++++++++++++++- package.json | 2 +- src/Directory.Build.props | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc02524..7646863 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,23 @@ +## 0.2.66 (2024-05-24) + +* Add mainnet key ([1ed7da0](https://github.com/block-core/blockcore-indexer/commit/1ed7da0)) +* 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)) + + + ## 0.2.65 (2024-05-01) * bump version ([c2e047e](https://github.com/block-core/blockcore-indexer/commit/c2e047e)) +* Fix typo ([d6a73b9](https://github.com/block-core/blockcore-indexer/commit/d6a73b9)) + + + +## 0.2.64 (2024-04-26) + * bump version ([04665ca](https://github.com/block-core/blockcore-indexer/commit/04665ca)) * Changed base image to dotnet 8 (#211) ([37d0fb4](https://github.com/block-core/blockcore-indexer/commit/37d0fb4)), closes [#211](https://github.com/block-core/blockcore-indexer/issues/211) * fix the default null ([2df38ab](https://github.com/block-core/blockcore-indexer/commit/2df38ab)) -* Fix typo ([d6a73b9](https://github.com/block-core/blockcore-indexer/commit/d6a73b9)) diff --git a/package.json b/package.json index 04cdc66..c890313 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blockcoreindexer", - "version": "0.2.66", + "version": "0.2.67", "license": "MIT", "author": { "name": "Blockcore", diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 98e5c3a..146b220 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -1,6 +1,6 @@ - 0.2.66 + 0.2.67 net8.0 Blockcore MIT