Skip to content

Commit 73b4e25

Browse files
committed
v0.13.4 release
1 parent 8045db6 commit 73b4e25

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@ 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.13.4] - 04-Oct-2019
7+
8+
**Milestone**: Elephant.3 / Fuschicho
9+
10+
- Added `Metadata` rest api endpoints and DTOs
11+
- Added `MosaicRestriction` rest api endpoints and DTOs
12+
- Added `MetadataTransactionService` which eases the meta data transaction creation without knowing previous meta data values
13+
- Added `MosaicRestrictionTransactionService` which eases the mosaic restriction transaction creation without knowing previous restriction details.
14+
- Changed `MetadataTransaction` and `Metadata state` value to use raw string (utf8 encoding).
15+
- Fixed `Namespace/Names` endpoint issue
16+
- Fixed `Mosaic` endpoint issue
17+
- Improved unit and e2e tests
18+
619
## [0.13.3] - 27-Sep-2019
720

821
**Milestone**: Elephant.3
@@ -193,6 +206,8 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
193206
**Milestone**: Alpaca
194207

195208
- Initial code release.
209+
[0.13.4]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.13.3...v0.13.4
210+
[0.13.3]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.13.2...v0.13.3
196211
[0.13.2]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.13.1...v0.13.2
197212
[0.13.1]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.13.0...v0.13.1
198213
[0.13.0]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.12.4...v0.13.0

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
### _Elephant_ Network Compatibility ([email protected])
1414

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

1717
The upgrade to this package's [version v0.13.3](https://github.com/nemtech/nem2-sdk-typescript-javascript/releases/tag/v0.13.3) is mandatory for **elephant compatibility**.
1818

0 commit comments

Comments
 (0)