From d0ae4565cf6cd64a95e82b09015c88b906ea36c0 Mon Sep 17 00:00:00 2001 From: 4s3ti <4s3ti@4s3ti.net> Date: Sun, 24 Apr 2022 20:33:33 +0200 Subject: [PATCH] Pre-merge update Updated changelog prior to merging into master --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index af9e11c..e904c3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log All notable changes to this project will be documented in this file. + +## April 24th 2022 + +- Code quality improvementss + - Multiple typos and general syntax fixes +- New Features + - Install script now generates random subnets to avoid common known subnets [#1424](#1324) & [#133](#133) + - Supports installation from custom git URL [#1464](#1464) + - Basic Wireguard IPv6 Support[#1455](#1455) +- OS Support + - Added suport for Ubuntu Focal and arm64 + ## December 03rd 2021 - Code quality improvements