From f5a1ce13b80dbaf08ed5184725d289faa4f907e1 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Mon, 13 Sep 2021 20:47:30 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec20cf013..0089ee4f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ This file is a running track of new features and fixes to each version of the pa This project follows [Semantic Versioning](http://semver.org) guidelines. +## v1.6.1 +### Fixed +* Fixes server build modifications not being properly persisted to the database when edited. + ## v1.6.0 ### Fixed * Fixes array merging logic for server transfers that would cause a 500 error to occur in some scenarios.