From 2d967ccc5a49c8daee8d02ae7c5758ac33e87502 Mon Sep 17 00:00:00 2001 From: aet-release Date: Fri, 21 Dec 2018 10:45:02 +0100 Subject: [PATCH] prepare CHANGLOG.md & Vagrantfile for new version --- CHANGELOG.md | 3 +++ vagrant/Vagrantfile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6894b266a..97a9e0f4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ All notable changes to AET will be documented in this file. **List of changes that are finished but not yet released in any final version.** +## Version 3.2.0 + + - [PR-451](https://github.com/Cognifide/aet/pull/451) Collectors and comparators configured by single config number - [PR-449](https://github.com/Cognifide/aet/pull/449) Improvements to the Winter Edition Theme - [PR-354](https://github.com/Cognifide/aet/pull/354) Remove jmsEndpointConfig information from communication settings endpoint ([#352](https://github.com/Cognifide/aet/issues/352)) diff --git a/vagrant/Vagrantfile b/vagrant/Vagrantfile index cd597adce..a9e953854 100644 --- a/vagrant/Vagrantfile +++ b/vagrant/Vagrantfile @@ -24,7 +24,7 @@ ENV["GEM_PATH"] = nil ENV["GEM_HOME"] = nil -AET_VERSION = '3.1.0' +AET_VERSION = '3.2.0' VAGRANTFILE_API_VERSION = '2'