From 5bc63b6a783bc1f9f85ff8e78d1f5583a21fec35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=A9fix=20Estrada?= Date: Fri, 21 Jun 2019 13:58:24 +0200 Subject: [PATCH] Updated the changelog and updated the ENV version --- .env | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/.env b/.env index 2b0ef2034..f672b2834 100644 --- a/.env +++ b/.env @@ -1 +1 @@ -TAG=1.1.2 +TAG=1.2.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index f14fba249..c34cb7ad2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ All notable changes to this project will be documented in this file. +## [1.2.0] - 2019-06-21 | La Pedriza + +### Added +- Create desktops automatically when a user from a specific category / group logs in [#134](https://github.com/isard-vdi/isard/issues/134) +- Ephimeral desktops for a specific category / group [#133](https://github.com/isard-vdi/isard/issues/133) +- New Docker and Docker Compose developing system [#160](https://github.com/isard-vdi/isard/issues/160) +- Set predefined desktops when adding users in bulk [#138](https://github.com/isard-vdi/isard/issues/138) + +### Changed + +- Improved the XML definitions to boost the video performance [#157](https://github.com/isard-vdi/isard/issues/157) + +### Fixed +- Add minimum template name length [#136](https://github.com/isard-vdi/isard/issues/136) +- Fix hypervisor port variable type when updating an hypervisor [#137](https://github.com/isard-vdi/isard/issues/137) +- Fix VNC port variable type when updating it [#139](https://github.com/isard-vdi/isard/issues/139) +- Remote hyper port 22 restriction [#149](https://github.com/isard-vdi/isard/issues/149) +- In some cases, the SSH keys weren't copied to the hypervisor [#155](https://github.com/isard-vdi/isard/issues/155) + ## [1.1.1] - 2019-03-19 ### Fixed