Skip to content

Commit 213b2e8

Browse files
committed
Update version and changelog
1 parent d631c72 commit 213b2e8

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## (2022-10-24)
2+
3+
* Add back the SBC and RSC launch settings ([5e529f3](https://github.com/block-core/blockcore/commit/5e529f3))
4+
* Adding BC flags for SHA512 hashes ([62f41df](https://github.com/block-core/blockcore/commit/62f41df))
5+
* Adding MOL blockchain (#423) ([91eaea8](https://github.com/block-core/blockcore/commit/91eaea8)), closes [#423](https://github.com/block-core/blockcore/issues/423)
6+
* Bump version and update change log ([d6f143a](https://github.com/block-core/blockcore/commit/d6f143a))
7+
* Enable blazor (#419) ([6829168](https://github.com/block-core/blockcore/commit/6829168)), closes [#419](https://github.com/block-core/blockcore/issues/419)
8+
* Ensure that configuration file for MOL is lower-case only ([d631c72](https://github.com/block-core/blockcore/commit/d631c72))
9+
* Ensure that folder name is lower-case for MOL ([7826a8d](https://github.com/block-core/blockcore/commit/7826a8d))
10+
* Ensure that impleumx test and regtest is lowercase ([f5fc937](https://github.com/block-core/blockcore/commit/f5fc937))
11+
* Remove empty solution folder ([4ab57b2](https://github.com/block-core/blockcore/commit/4ab57b2))
12+
* Remove the reload on change to reduce listeners handlers (OS resources) ([09be90a](https://github.com/block-core/blockcore/commit/09be90a))
13+
14+
15+
116
## (2022-09-29)
217

318
* Add additional checkpoint for City Chain ([f928dab](https://github.com/block-core/blockcore/commit/f928dab))

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

0 commit comments

Comments
 (0)