Skip to content

Commit d92aa30

Browse files
author
Seulgi Kim
committed
Bump the version to 1.0.0
1 parent f56ad25 commit d92aa30

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
# 1.0.0 2019-04-01
22
* Initial release
3+
4+
# 1.1.0 - 2019-04-04
5+
* Removed stakeholders who don't have stakes from trie ([#1439](https://github.com/CodeChain-io/codechain/pull/1439))
6+
* Fixed the bug in AssetScheme related transactions ([#1442](https://github.com/CodeChain-io/codechain/pull/1442))

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codechain"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
license = "AGPL-3.0"
55
authors = ["CodeChain Team <codechain@kodebox.io>"]
66
exclude = [

test/src/e2e/basic.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ describe("solo - 1 node", function() {
3030
});
3131

3232
it("getNodeVersion", async function() {
33-
expect(await node.sdk.rpc.node.getNodeVersion()).to.equal("1.0.0");
33+
expect(await node.sdk.rpc.node.getNodeVersion()).to.equal("1.1.0");
3434
});
3535

3636
it("getCommitHash", async function() {

0 commit comments

Comments
 (0)