Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
steveyken committed Oct 27, 2018
1 parent f251421 commit 3b0276e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -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.14.2)
---------------------------------------------------------------------

#### Fixed XSS flaw in tags_helper
Credit Antonin Steinhauser (steinhause) for discovery and responsible disclosure.

Wed Jan 24, 2018 (0.14.1)
---------------------------------------------------------------------

- Fix for CVE-2017-0889 (Paperclip)

Mon, Dec 5, 2016 (0.14.0)
---------------------------------------------------------------------
Forked to publish 'reduced_fat_crm', a version of fat-free-crm with
Expand Down
2 changes: 1 addition & 1 deletion lib/fat_free_crm/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module FatFreeCRM
module VERSION #:nodoc:
MAJOR = 0
MINOR = 14
TINY = 1
TINY = 2
PRE = nil

STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
Expand Down

0 comments on commit 3b0276e

Please sign in to comment.