diff --git a/CHANGELOG.md b/CHANGELOG.md index 570f543..810084f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ -## 0.2.67 (2024-09-03) +## 0.2.69 (2024-11-29) + +* bump version and release ([d478edd](https://github.com/block-core/blockcore-indexer/commit/d478edd)) +* Changed Angor to keep nostr id not npub (#220) ([4a43a85](https://github.com/block-core/blockcore-indexer/commit/4a43a85)), closes [#220](https://github.com/block-core/blockcore-indexer/issues/220) + + + +## 0.2.67 (2024-08-16) * 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) diff --git a/package.json b/package.json index 68597ab..9795900 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blockcoreindexer", - "version": "0.2.68", + "version": "0.2.69", "license": "MIT", "author": { "name": "Blockcore", diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 576c3b3..119c9ea 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -1,6 +1,6 @@ - 0.2.68 + 0.2.69 net8.0 Blockcore MIT