From 8ec04ae4d0784e434ff0460417352eadb6be49ae Mon Sep 17 00:00:00 2001 From: jloh Date: Wed, 2 Nov 2016 23:05:36 +1100 Subject: [PATCH] Release v1.1.0 --- CHANGELOG.md | 24 ++++++++++++++++++------ VERSION | 2 +- 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cd1e75..93e8963 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,19 +1,31 @@ # Change Log -## [v1.0.0](https://github.com/Mooash/csf-ansible-role/tree/v1.0.0) (2016-02-27) +## [v1.1.0](https://github.com/jloh/csf-ansible-role/tree/v1.1.0) (2016-11-02 + +[Full Changelog](https://github.com/jloh/csf-ansible-role/compare/v1.0.0...v1.1.0) + +**Implemented enhancements:** + +- Added new global variable: csf\_allow\_ip [\#7](https://github.com/jloh/csf-ansible-role/pull/7) ([marek-knappe](https://github.com/marek-knappe)) + +**Fixed bugs:** + +- Fix DEPRECATION WARNING errors due to bare variables: csf\\_allow\\_ip [\#7](https://github.com/jloh/csf-ansible-role/pull/7) ([marek-knappe](https://github.com/marek-knappe)) + +## [v1.0.0](https://github.com/jloh/csf-ansible-role/tree/v1.0.0) (2016-02-27) **Implemented enhancements:** -- Added CentOS 7 support. Added optional ipset and gd support [\#2](https://github.com/Mooash/csf-ansible-role/pull/2) ([bvansomeren](https://github.com/bvansomeren)) +- Added CentOS 7 support. Added optional ipset and gd support [\#2](https://github.com/jloh/csf-ansible-role/pull/2) ([bvansomeren](https://github.com/bvansomeren)) **Fixed bugs:** -- Only fail disable firewalld when it's actually installed. [\#5](https://github.com/Mooash/csf-ansible-role/pull/5) ([ju5t](https://github.com/ju5t)) -- Minor addition to avoid changed result on csf installation check [\#3](https://github.com/Mooash/csf-ansible-role/pull/3) ([dledanseur](https://github.com/dledanseur)) +- Only fail disable firewalld when it's actually installed. [\#5](https://github.com/jloh/csf-ansible-role/pull/5) ([ju5t](https://github.com/ju5t)) +- Minor addition to avoid changed result on csf installation check [\#3](https://github.com/jloh/csf-ansible-role/pull/3) ([dledanseur](https://github.com/dledanseur)) **Merged pull requests:** -- Add a Gitter chat badge to README.md [\#1](https://github.com/Mooash/csf-ansible-role/pull/1) ([gitter-badger](https://github.com/gitter-badger)) +- Add a Gitter chat badge to README.md [\#1](https://github.com/jloh/csf-ansible-role/pull/1) ([gitter-badger](https://github.com/gitter-badger)) -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* diff --git a/VERSION b/VERSION index 0ec25f7..795460f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.0.0 +v1.1.0