Skip to content

Commit 9c4ff98

Browse files
committed
Update version and changelog
1 parent 880292e commit 9c4ff98

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## (2023-02-02)
2+
3+
* Fix big size blocks bug from NBitcoin ([880292e](https://github.com/block-core/blockcore/commit/880292e))
4+
* Fix not null warning ([f4f7330](https://github.com/block-core/blockcore/commit/f4f7330))
5+
* Update bitcoin checkpoints and defaultAssumeValid (#436) ([57a93a8](https://github.com/block-core/blockcore/commit/57a93a8)), closes [#436](https://github.com/block-core/blockcore/issues/436)
6+
* Update version and changelog ([213b2e8](https://github.com/block-core/blockcore/commit/213b2e8))
7+
8+
9+
110
## (2022-10-24)
211

312
* Add back the SBC and RSC launch settings ([5e529f3](https://github.com/block-core/blockcore/commit/5e529f3))

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.38</Version>
3+
<Version>1.1.39</Version>
44
<TargetFramework>net6.0</TargetFramework>
55
<IsPackable>false</IsPackable>
66
<Authors>Blockcore</Authors>

0 commit comments

Comments
 (0)