diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..33ac1e6f0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,23 @@ +# CHANGELOG +All notable changes to this project will be documented in this file. + +The changelog format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). + +## [v0.3.0][v0.3.0] + +### Milestone: [catapult-server@v0.9.4.1](https://github.com/nemtech/catapult-server/releases/tag/v0.9.4.1) + +#### Added + +- Upgrade SDK to v0.18.0 [#408](https://github.com/nemfoundation/symbol-explorer/issues/408) +- Transaction type icons [#424](https://github.com/nemfoundation/symbol-explorer/issues/424) + +#### Fixed +- Fixed minor bug fix [PR #421](https://github.com/nemfoundation/symbol-explorer/pull/421) +- Fixed Missing mosaic Restriction list [#426](https://github.com/nemfoundation/symbol-explorer/issues/426) +- Fixed Missing account metadata entries [#428](https://github.com/nemfoundation/symbol-explorer/issues/428) +- Fixed Missing namespace Alias in Account [#433](https://github.com/nemfoundation/symbol-explorer/issues/433) +- Fixed Network type issue in account link addresses [#434](https://github.com/nemfoundation/symbol-explorer/issues/434) + + +[v0.3.0]: https://github.com/nemfoundation/symbol-explorer/releases/tag/v0.3.0 \ No newline at end of file diff --git a/package.json b/package.json index 9bac8d671..ef6e16133 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "symbol-explorer", "description": "Symbol Block and Network Explorer", "homepage": "https://github.com/nemfoundation/symbol-explorer", - "version": "0.2.0", + "version": "0.3.0", "scripts": { "dev": "vue-cli-service serve", "build": "vue-cli-service build",