Skip to content

Commit f34ca20

Browse files
committed
Updated changelog and readme
1 parent dc10477 commit f34ca20

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file.
33

44
The changelog format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6+
## [0.12.0] - 03-Jun-2019
7+
8+
- Added 'generationHash' to transaction.sign(...) to prevent transactions from being replayed on different networks by prepending the network generation hash to transaction data prior to signing and verifying.
9+
- Added 'recipient' (unresolved address) field to SecretProofTransaction.
10+
- BlockChainHttp routes into 3 routes (Block, Chain, Diagnostic).
11+
- New endpoints
12+
1. AccountHttp: getAccountsNames(accountIds: Address[]): Observable<AccountNames[]>;
13+
2. MosaicHttp: getMosaicsNames(mosaicIds: MosaicId[]): Observable<MosaicNames[]>;
14+
- Updated Dto models from latest rest swagger doc.
15+
- Fixed / updated e2e tests.
16+
- Removed Mosaic Levy property from both model and transaction.
17+
618
## [0.11.6] - 03-Jun-2019
719

820
- Version lock for cow compatibility

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Please, use the following available resources to get help:
5555

5656
Important versions listed below. Refer to the [Changelog](CHANGELOG.md) for a full history of the project.
5757

58+
- [0.12.0](CHANGELOG.md#0120-03-Jun-2019) - **Dragon compatible** - 03.06.2019
5859
- [0.11.6](CHANGELOG.md#0116-03-Jun-2019) - **Cow compatible** - 03.06.2019
5960
- [0.11.5](CHANGELOG.md#0115-18-Apr-2019) - **Cow compatible** - 18.04.2019
6061
- [0.11.4](CHANGELOG.md#0114-17-Apr-2019) - **Cow compatible** - 17.04.2019

0 commit comments

Comments
 (0)