Skip to content

Commit

Permalink
release preparations
Browse files Browse the repository at this point in the history
  • Loading branch information
Tschuck committed Nov 23, 2018
1 parent aad3cd0 commit 385e87b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions VERSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,20 @@

## Next Version
### Features
### Fixes
### Deprecations

## Version 1.2.0
### Features
- add ERC725/735 compliant Claims and Identity contracts
- include bytecode within compiled.js files for `claims/OriginIdentity.sol:OriginIdentity`
- add `TicketVendorInterface`

### Fixes
### Deprecations
- use solc 0.4.24 as compiler version
- contracts have been updated accordingly to match solc 0.4.24
- make compiler versions upward compatible (`^solc 0.4.24`)


## Version 1.1.3
### Features
- add permissions to `TestDataContractFactory` for additional test for user management
Expand Down
2 changes: 1 addition & 1 deletion dbcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"contractus",
"library"
],
"version": "1.1.3",
"version": "1.2.0",
"versions": {
"0.1.0": "QmQ576qcoH4GXKRTYq3xqYJR62Lhf5665ySTj6YyENMZPJ",
"0.9.0": "QmNfBLnAM4DctyNxg7CbE4mtYdmQfTN9bVGx8x12nMvjUD",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
"build-contracts": "node ./scripts/build-contracts.js",
"build-docu": "node ./scripts/build-docu.js"
},
"version": "1.1.3"
"version": "1.2.0"
}

0 comments on commit 385e87b

Please sign in to comment.