From 6b0c9ff3480fec6bac5a00d047fcf4bd1db48239 Mon Sep 17 00:00:00 2001 From: Steve Kenworthy Date: Sat, 27 Oct 2018 12:16:22 +0800 Subject: [PATCH] Bumped version for 0.18.1 release. --- CHANGELOG.md | 7 +++++-- lib/fat_free_crm/version.rb | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14bcba2ee0..2f92e3c619 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,11 @@ It does not matter how slowly you go as long as you do not stop. First they ignore you, then they laugh at you, then they fight you, then you win. –- Mahatma Gandhi -Unreleased (0.19.0) -======= +Sat Oct 27, 2018 (0.18.1) +--------------------------------------------------------------------- + +#### Fixed XSS flaw in tags_helper +Credit Antonin Steinhauser (asteinhauser) for discovery and responsible disclosure. Sat Apr 21, 2018 (0.18.0) diff --git a/lib/fat_free_crm/version.rb b/lib/fat_free_crm/version.rb index cc103859c6..f3f6da47e7 100644 --- a/lib/fat_free_crm/version.rb +++ b/lib/fat_free_crm/version.rb @@ -9,7 +9,7 @@ module FatFreeCRM module VERSION #:nodoc: MAJOR = 0 MINOR = 18 - TINY = 0 + TINY = 1 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')