From e3efde75875f5ee0996ea84fa6ac2d3a91d8f5e2 Mon Sep 17 00:00:00 2001 From: dangershony Date: Fri, 19 Apr 2024 13:16:20 +0100 Subject: [PATCH] bump version --- CHANGELOG.md | 25 ++++++++++++++++++++++++- package.json | 2 +- src/Directory.Build.props | 2 +- 3 files changed, 26 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ea24fe..af22865 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,29 @@ -## 0.2.58 (2024-04-19) +## 0.2.60 (2024-04-19) + +* bump version ([088d29b](https://github.com/block-core/blockcore-indexer/commit/088d29b)) +* Updated the base image to dotnet 8 bookworm-slim (#206) ([23db7e0](https://github.com/block-core/blockcore-indexer/commit/23db7e0)), closes [#206](https://github.com/block-core/blockcore-indexer/issues/206) + + + +## 0.2.59 (2024-04-18) + +* Fixed the reference in Angor nuget (#205) ([b9b4fff](https://github.com/block-core/blockcore-indexer/commit/b9b4fff)), closes [#205](https://github.com/block-core/blockcore-indexer/issues/205) +* Update version ([0e17481](https://github.com/block-core/blockcore-indexer/commit/0e17481)) + + + +## 0.2.58 (2024-04-09) * bump version ([0554f20](https://github.com/block-core/blockcore-indexer/commit/0554f20)) +* changed project to net8.0 (#204) ([354e19d](https://github.com/block-core/blockcore-indexer/commit/354e19d)), closes [#204](https://github.com/block-core/blockcore-indexer/issues/204) +* Remove specific framework from project files ([830484a](https://github.com/block-core/blockcore-indexer/commit/830484a)) +* Update build workflows to use .NET 8 ([f3dc800](https://github.com/block-core/blockcore-indexer/commit/f3dc800)) +* Update dbschema.md (#203) ([4ebf0e1](https://github.com/block-core/blockcore-indexer/commit/4ebf0e1)), closes [#203](https://github.com/block-core/blockcore-indexer/issues/203) + + + +## 0.2.57 (2024-03-22) + * bump version ([ffd0900](https://github.com/block-core/blockcore-indexer/commit/ffd0900)) * Changed project sync delay time (#202) ([fe8c246](https://github.com/block-core/blockcore-indexer/commit/fe8c246)), closes [#202](https://github.com/block-core/blockcore-indexer/issues/202) diff --git a/package.json b/package.json index f596609..88030c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blockcoreindexer", - "version": "0.2.60", + "version": "0.2.61", "license": "MIT", "author": { "name": "Blockcore", diff --git a/src/Directory.Build.props b/src/Directory.Build.props index a422964..e98120b 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -1,6 +1,6 @@ - 0.2.60 + 0.2.61 net8.0 Blockcore MIT