From 3ebfa04eaac86d2eb2c394037b1d8468157d9f76 Mon Sep 17 00:00:00 2001 From: Wanwiset Peerapatanapokin Date: Thu, 15 Aug 2024 23:57:22 +0400 Subject: [PATCH] v0.3.2 hotfix --- docs/deployment/6_subnet_deployment_generator_changelog.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/deployment/6_subnet_deployment_generator_changelog.md b/docs/deployment/6_subnet_deployment_generator_changelog.md index 785482e..b4b2961 100644 --- a/docs/deployment/6_subnet_deployment_generator_changelog.md +++ b/docs/deployment/6_subnet_deployment_generator_changelog.md @@ -5,11 +5,14 @@ sidebar_position: 6 # Subnet Deployment Generator Changelog +### v0.3.2 - 2024/08/15 + - Changed frontend default due to clashing from 5000 to 5555 + ### v0.3.1 - 2024/07/24 - Use testnet by default - Remove admin api by default - Added PUBLIC_IP optional config in deployment-generator - - Bump coponent versions + - Bump component versions ### v0.2.1 - 2024/01/09 - New generation style, pulls script from github to run multiple docker images instead of generating from single image.