Skip to content

Commit 3d8dc3a

Browse files
committed
bump version
1 parent faa5f75 commit 3d8dc3a

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## (2023-04-16)
2+
3+
* Add an interface to override services from the network class (#438) ([faa5f75](https://github.com/block-core/blockcore/commit/faa5f75)), closes [#438](https://github.com/block-core/blockcore/issues/438)
4+
* make sure cold staking legacy accounts default to bip44 ([729ec43](https://github.com/block-core/blockcore/commit/729ec43))
5+
* Update version and changelog ([9c4ff98](https://github.com/block-core/blockcore/commit/9c4ff98))
6+
7+
8+
19
## (2023-02-02)
210

311
* Fix big size blocks bug from NBitcoin ([880292e](https://github.com/block-core/blockcore/commit/880292e))

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>1.1.39</Version>
3+
<Version>1.1.40</Version>
44
<TargetFramework>net6.0</TargetFramework>
55
<IsPackable>false</IsPackable>
66
<Authors>Blockcore</Authors>

0 commit comments

Comments
 (0)