Skip to content

Commit 38fa197

Browse files
committed
Bump version
1 parent fe39b44 commit 38fa197

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.17.3)
8+
---------------------------------------------------------------------
9+
10+
#### Fixed XSS flaw in tags_helper
11+
Credit Antonin Steinhauser (asteinhauser) for discovery and responsible disclosure.
12+
713
Wed Jan 24, 2018 (0.17.2)
814
---------------------------------------------------------------------
915
- Fix CVE-2017-0889

lib/fat_free_crm/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module FatFreeCRM
99
module VERSION #:nodoc:
1010
MAJOR = 0
1111
MINOR = 17
12-
TINY = 2
12+
TINY = 3
1313
PRE = nil
1414

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

0 commit comments

Comments
 (0)