Skip to content

Commit 6bcaedc

Browse files
committed
v0.23.2 release change log
1 parent 6cc584c commit 6bcaedc

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
44

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

7+
## [0.23.2] - 15-Feb-2021
8+
9+
**Milestone**: Catapult-server main(0.10.0.6)
10+
Package | Version | Link
11+
---|---|---
12+
SDK Core| v0.23.2 | [symbol-sdk](https://www.npmjs.com/package/symbol-sdk)
13+
Catbuffer | v0.1.1 | [catbuffer-typescript](https://www.npmjs.com/package/catbuffer-typescript)
14+
Client Library | v0.11.1 | [symbol-openapi-typescript-fetch-client](https://www.npmjs.com/package/symbol-openapi-typescript-fetch-client)
15+
16+
- Fixed subnamespaceId generation issue in `NamespaceRegistrationTransaction`.
17+
- Fixed `mosaicRestrictionTransactionService` error handling issue.
18+
- Fixed `finalizationEpoch` issue in the dto model.
19+
- Changed WebSocket listener subscription to use `UnresolvedAddress` without querying the rest-gateway.
20+
721
## [0.23.1] - 02-Feb-2021
822

923
**Milestone**: Catapult-server main(0.10.0.6)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ The Symbol SDK for TypeScript / JavaScript allows you to develop web, mobile, an
99

1010
## Important Notes
1111

12-
### _Catapult-Server_ Network Compatibility ([email protected].6)
12+
### _Catapult-Server_ Network Compatibility ([email protected].7)
1313

14-
Symbol network pre-launch [catapult-server](https://github.com/nemtech/catapult-server/releases/tag/v0.10.0.6), **it is recommended to use this package's 0.23.1 version and upwards for the upcoming pre-release versions and final release**.
14+
Symbol network pre-launch [catapult-server](https://github.com/nemtech/catapult-server/releases/tag/v0.10.0.7), **it is recommended to use this package's 0.23.2 version and upwards for the upcoming pre-release versions and final release**.
1515

1616
Find the complete release notes [here](CHANGELOG.md).
1717

0 commit comments

Comments
 (0)