From 37accd61c7ca7d2f71323305b16414c31fe9f72a Mon Sep 17 00:00:00 2001 From: jadilet Date: Wed, 7 Nov 2018 14:59:17 +0600 Subject: [PATCH 1/2] update version and changelog --- CHANGELOG | 16 ++++++++++++++++ version | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index a967541e..2754cbd3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,20 @@ # Change Log +## [7.3.0] 11/07/2018 +# IMPROVEMENTS: +* Pre-Installation checklist of KVM. #1727 +* P2P status timer. +* Checking the ssh-keys of a container before opening the file transfer dialog. #1753 +* Transfer link in a peer notification window was improved. #1762 +# BUG FIXES: +* Fixed bug with button color in the components dialog. #1750 +* Fixed bug with showing incorrect hypervisor name in components dialog. +# Fixed bug with silly naming of SSH keys. #1769 +# FEATURES: +* Installation vagrant plugin providers. #1395 +* Added Parallels as a hypervisor. #1564 +* Added KVM as a hypervisor. #1726 #1724 +* Ability to get bridge interfaces list by Hypervisor command. #1384 + ## [7.2.2] 10/27/2018 # BUG FIXES: * Critical bug fixed when CC could not correctly connect via SSH to local containers. diff --git a/version b/version index 77f5bec5..15020207 100644 --- a/version +++ b/version @@ -1 +1 @@ -7.2.2 +7.3.0 From 6bbff574f515c29a392e1a6ac9a166f4ec821d5c Mon Sep 17 00:00:00 2001 From: jadilet Date: Wed, 7 Nov 2018 15:03:16 +0600 Subject: [PATCH 2/2] update changelog --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 2754cbd3..3890777e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -8,7 +8,7 @@ # BUG FIXES: * Fixed bug with button color in the components dialog. #1750 * Fixed bug with showing incorrect hypervisor name in components dialog. -# Fixed bug with silly naming of SSH keys. #1769 +* Fixed bug with silly naming of SSH keys. #1769 # FEATURES: * Installation vagrant plugin providers. #1395 * Added Parallels as a hypervisor. #1564