From 9140f5dad8c5206599fec200472118fa11706a44 Mon Sep 17 00:00:00 2001 From: Philip Norton Date: Fri, 8 May 2015 22:12:24 +0100 Subject: [PATCH] updated change log for 1.1.1 --- project/changelog.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/project/changelog.md b/project/changelog.md index 268c189..631b062 100644 --- a/project/changelog.md +++ b/project/changelog.md @@ -1,5 +1,14 @@

Change log

+## Version 1.1.1 + +- Fixed (#213) a bug with Solr role in Ansible 1.9.x+. +- Some tweaks to the vlad-play.sh script to make it more reliable (#214). +- Allowed default and root user in MySQL to have GRANT privileges (#218). +- Tweaked the MySQL role slightly to make it more reliable. +- Added a minimum Ansible version check (set to 1.8.4). +- Added drush_structure_tables variable to allow default table skipping functionality with sql-dump. + ## Version 1.1.0 ### BREAKING CHANGES