Skip to content

Commit dbe4203

Browse files
committed
Release v2.0.0
1 parent 2a31258 commit dbe4203

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ and we follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
77
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
88

9-
- [[Unreleased]](#unreleased)
9+
- [v2.0.0](#v200)
1010
- [Added](#added)
1111

1212
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
1313

14-
## [Unreleased]
14+
## v2.0.0
1515

1616
### Added
1717

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ data TransactionBuilderStep
1919
| MintAsset ScriptHash AssetName Int.Int CredentialWitness
2020
| IssueCertificate Certificate (Maybe CredentialWitness)
2121
| WithdrawRewards StakeCredential Coin (Maybe CredentialWitness)
22+
| SubmitProposal VotingProposal (Maybe CredentialWitness)
23+
| SubmitVotingProcedure Voter (Map GovernanceActionId VotingProcedure)
24+
(Maybe CredentialWitness)
2225
2326
data OutputWitness
2427
= NativeScriptOutput (ScriptWitness NativeScript)

0 commit comments

Comments
 (0)