From 79aa2a72e5087553846ef059c023cab9c7275e24 Mon Sep 17 00:00:00 2001 From: Levente Orban Date: Tue, 3 Jan 2023 14:53:19 +0100 Subject: [PATCH] release: 0.3.2 --- CHANGELOG.md | 15 +++++++++++++++ web/crux-ui/package.json | 2 +- web/crux/package.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf1e849fd..74f373777 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ # CHANGELOG + +## [0.3.2](https://github.com/dyrector-io/dyrectorio/compare/0.3.1...0.3.2) (2023-01-03) + +### Feat + +* add minecraft server template ([#414](https://github.com/dyrector-io/dyrectorio/issues/414)) +* **(agent):** add multi arch build targets ([#418](https://github.com/dyrector-io/dyrectorio/issues/418)) +* **(web):** add gitea template ([#412](https://github.com/dyrector-io/dyrectorio/issues/412)) + +### Fix + +* **(crux-ui):** json editor and mapper ([#413](https://github.com/dyrector-io/dyrectorio/issues/413)) +* **(web):** deployment event order ([#416](https://github.com/dyrector-io/dyrectorio/issues/416)) + + ## [0.3.1](https://github.com/dyrector-io/dyrectorio/compare/0.3.0...0.3.1) (2022-12-22) diff --git a/web/crux-ui/package.json b/web/crux-ui/package.json index 2819d1412..8bf4051da 100644 --- a/web/crux-ui/package.json +++ b/web/crux-ui/package.json @@ -1,6 +1,6 @@ { "name": "crux-ui", - "version": "0.3.1", + "version": "0.3.2", "description": "Open-source delivery platform that helps developers to deliver applications efficiently by simplifying software releases and operations in any environment.", "author": "dyrector.io", "private": true, diff --git a/web/crux/package.json b/web/crux/package.json index aa675a4cc..812c1831a 100644 --- a/web/crux/package.json +++ b/web/crux/package.json @@ -1,6 +1,6 @@ { "name": "crux", - "version": "0.3.1", + "version": "0.3.2", "description": "Open-source delivery platform that helps developers to deliver applications efficiently by simplifying software releases and operations in any environment.", "author": "dyrector.io", "private": true,