From 746e2213ae94c3047dfae6e4e7621adfc6ec89f2 Mon Sep 17 00:00:00 2001 From: Youngjoon Lee Date: Fri, 30 Oct 2020 11:51:50 +0900 Subject: [PATCH] Add CHANGELOG for the v1.3.0 release --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..cb3b7f3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## Unreleased + +TBD + +## [v1.3.0](https://github.com/medibloc/panacea-js/releases/tag/v1.3.0) - 2020-10-30 + +### Features + +- [\#5](https://github.com/medibloc/panacea-js/pull/5)~[\#18](https://github.com/medibloc/panacea-js/pull/18) Support DID operations +- [\#11](https://github.com/medibloc/panacea-js/pull/11), [\#19](https://github.com/medibloc/panacea-js/pull/19) Switch to Typescript +- [\#22](https://github.com/medibloc/panacea-js/pull/22) Follow up the new Cosmos v0.36.0+ REST spec