Skip to content

Commit ad9e092

Browse files
committed
v0.14.1 release
1 parent bf10cd2 commit ad9e092

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ 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.14.1] - 14-Oct-2019
7+
8+
**Milestone**: Fuschicho
9+
10+
- Added `Receipt serializer & hash generator` for auditing receipt merkle proof.
11+
- Added `Unresolved (NamespaceId)` support on `MosaicRestriction` and `MosaicMetadata` transactions.
12+
- Fixed `Mosaic array ordering` in `TransferTransaction`.
13+
- Fixed issues in `PersistentDelegationRequestTransaction`.
14+
- Other small fixes from community feedbacks.
15+
616
## [0.14.0] - 08-Oct-2019
717

818
**Milestone**: Fuschicho
@@ -222,6 +232,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
222232
**Milestone**: Alpaca
223233

224234
- Initial code release.
235+
[0.14.1]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.14.0...v0.14.1
225236
[0.14.0]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.13.4...v0.14.0
226237
[0.13.4]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.13.3...v0.13.4
227238
[0.13.3]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.13.2...v0.13.3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ with the NEM2 (a.k.a Catapult)
1212

1313
### _Fuschicho_ Network Compatibility ([email protected])
1414

15-
Due to a network upgrade with [catapult-server@fuschicho](https://github.com/nemtech/catapult-server/releases/tag/v0.8.0.3) version, **it is recommended to use this package's 0.14.0 version and upwards to use this package with Fuschicho versioned networks**.
15+
Due to a network upgrade with [catapult-server@fuschicho](https://github.com/nemtech/catapult-server/releases/tag/v0.8.0.3) version, **it is recommended to use this package's 0.14.1 version and upwards to use this package with Fuschicho versioned networks**.
1616

1717
### _Elephant_ Network Compatibility ([email protected])
1818

0 commit comments

Comments
 (0)