diff --git a/CHANGELOG.md b/CHANGELOG.md index a561570f..f5fef9ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ -# Changelog +v2.3.0 / 2020-11-14 +======================== +* chore(build): add support for multiarch build ([#32](https://github.com/openebs/upgrade/pull/32),[@shubham14bajpai](https://github.com/shubham14bajpai)) +* feat(migrate): add support for CR status reporting ([#65](https://github.com/openebs/upgrade/pull/65),[@shubham14bajpai](https://github.com/shubham14bajpai)) +* refact(deps): use openebs/api v2 release modules ([#66](https://github.com/openebs/upgrade/pull/66),[@shubham14bajpai](https://github.com/shubham14bajpai)) + + +v2.3.0-RC1 / 2020-11-12 +======================== +* chore(build): add support for multiarch build ([#32](https://github.com/openebs/upgrade/pull/32),[@shubham14bajpai](https://github.com/shubham14bajpai)) +* feat(migrate): add support for CR status reporting ([#65](https://github.com/openebs/upgrade/pull/65),[@shubham14bajpai](https://github.com/shubham14bajpai)) +* refact(deps): use openebs/api v2 release modules ([#66](https://github.com/openebs/upgrade/pull/66),[@shubham14bajpai](https://github.com/shubham14bajpai)) + ## [v2.2.0](https://github.com/openebs/upgrade/tree/v2.2.0-RC2) (2020-10-14) diff --git a/changelogs/released/v2.3.0-RC1/32-shubham14bajpai b/changelogs/released/v2.3.0-RC1/32-shubham14bajpai new file mode 100644 index 00000000..40b9ca84 --- /dev/null +++ b/changelogs/released/v2.3.0-RC1/32-shubham14bajpai @@ -0,0 +1 @@ +chore(build): add support for multiarch build diff --git a/changelogs/released/v2.3.0-RC1/65-shubham14bajpai b/changelogs/released/v2.3.0-RC1/65-shubham14bajpai new file mode 100644 index 00000000..0b1a661b --- /dev/null +++ b/changelogs/released/v2.3.0-RC1/65-shubham14bajpai @@ -0,0 +1 @@ +feat(migrate): add support for CR status reporting diff --git a/changelogs/released/v2.3.0-RC1/66-shubham14bajpai b/changelogs/released/v2.3.0-RC1/66-shubham14bajpai new file mode 100644 index 00000000..343a60e7 --- /dev/null +++ b/changelogs/released/v2.3.0-RC1/66-shubham14bajpai @@ -0,0 +1 @@ +refact(deps): use openebs/api v2 release modules