diff --git a/CHANGELOG.md b/CHANGELOG.md index fc57d93bdc..0664d2f7a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ 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 +Sat Oct 27, 2018 (0.15.2) +--------------------------------------------------------------------- + +#### Fixed XSS flaw in tags_helper +Credit Antonin Steinhauser (steinhause) for discovery and responsible disclosure. + +Wed Jan 24, 2018 (0.15.1) +--------------------------------------------------------------------- + - Fix for CVE-2017-0889 (Paperclip) + + Thu Dec 14, 2017 (0.15.0) --------------------------------------------------------------------- This release upgrades to rails 5.0.0 diff --git a/lib/fat_free_crm/version.rb b/lib/fat_free_crm/version.rb index cfbe145b3b..46376636d2 100644 --- a/lib/fat_free_crm/version.rb +++ b/lib/fat_free_crm/version.rb @@ -7,7 +7,7 @@ module FatFreeCRM module VERSION #:nodoc: MAJOR = 0 MINOR = 15 - TINY = 1 + TINY = 2 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')