Skip to content

Commit 3b0276e

Browse files
committed
Bump version
1 parent f251421 commit 3b0276e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ It does not matter how slowly you go as long as you do not stop.
44
First they ignore you, then they laugh at you, then they fight you,
55
then you win. –- Mahatma Gandhi
66

7+
Sat Oct 27, 2018 (0.14.2)
8+
---------------------------------------------------------------------
9+
10+
#### Fixed XSS flaw in tags_helper
11+
Credit Antonin Steinhauser (steinhause) for discovery and responsible disclosure.
12+
13+
Wed Jan 24, 2018 (0.14.1)
14+
---------------------------------------------------------------------
15+
16+
- Fix for CVE-2017-0889 (Paperclip)
17+
718
Mon, Dec 5, 2016 (0.14.0)
819
---------------------------------------------------------------------
920
Forked to publish 'reduced_fat_crm', a version of fat-free-crm with

lib/fat_free_crm/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module FatFreeCRM
77
module VERSION #:nodoc:
88
MAJOR = 0
99
MINOR = 14
10-
TINY = 1
10+
TINY = 2
1111
PRE = nil
1212

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

0 commit comments

Comments
 (0)