diff --git a/.changelog/337.process.md b/.changelog/337.process.md deleted file mode 100644 index fdf88d3f1..000000000 --- a/.changelog/337.process.md +++ /dev/null @@ -1,8 +0,0 @@ -Add Change Log and the Change Log fragments process for assembling it - -This follows the same Change Log fragments process as is used by [Oasis Core]. - -For more details, see [Change Log fragments]. - -[Oasis Core]: https://github.com/oasisprotocol/oasis-core -[Change Log fragments]: .changelog/README.md diff --git a/.changelog/515.bugfix.md b/.changelog/515.bugfix.md deleted file mode 100644 index 53a29f855..000000000 --- a/.changelog/515.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Handle zero active nodes correctly diff --git a/.changelog/516.bugfix.md b/.changelog/516.bugfix.md deleted file mode 100644 index 6b88f3a22..000000000 --- a/.changelog/516.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Change ParaTime picker selection colors diff --git a/.changelog/516.cfg.md b/.changelog/516.cfg.md deleted file mode 100644 index e8060c0c8..000000000 --- a/.changelog/516.cfg.md +++ /dev/null @@ -1 +0,0 @@ -Disable Emerald also on mainnet diff --git a/.changelog/518.trivial.md b/.changelog/518.trivial.md deleted file mode 100644 index e739e9464..000000000 --- a/.changelog/518.trivial.md +++ /dev/null @@ -1 +0,0 @@ -Change color of - shown in case of zero active nodes diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d0af5ef3..e3dddcdc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,4 +10,20 @@ The format is inspired by [Keep a Changelog]. - \ No newline at end of file + + +## 0.1.0 (2023-06-13) + +### Process Changes + +- Add Change Log and the Change Log fragments process for assembling it + ([#337](https://github.com/oasisprotocol/explorer/issues/337)) + + This follows the same Change Log fragments process as is used by [Oasis Core]. + + For more details, see [Change Log fragments]. + + [Oasis Core]: https://github.com/oasisprotocol/oasis-core + [Change Log fragments]: .changelog/README.md + +- Initial release