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('.')