Skip to content

Commit c149aa5

Browse files
committed
Bump version
1 parent 346c5e0 commit c149aa5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.16.4)
8+
---------------------------------------------------------------------
9+
10+
#### Fixed XSS flaw in tags_helper
11+
Credit Antonin Steinhauser (steinhause) for discovery and responsible disclosure.
12+
713
Wed Jan 24, 2018 (0.16.3)
814
---------------------------------------------------------------------
915
CVE-2017-0889

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 = 16
10-
TINY = 3
10+
TINY = 4
1111
PRE = nil
1212

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

0 commit comments

Comments
 (0)