Skip to content

Commit 6b0c9ff

Browse files
committed
Bumped version for 0.18.1 release.
1 parent 2f5c7fa commit 6b0c9ff

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ 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-
Unreleased (0.19.0)
8-
=======
7+
Sat Oct 27, 2018 (0.18.1)
8+
---------------------------------------------------------------------
9+
10+
#### Fixed XSS flaw in tags_helper
11+
Credit Antonin Steinhauser (asteinhauser) for discovery and responsible disclosure.
912

1013

1114
Sat Apr 21, 2018 (0.18.0)

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 = 18
12-
TINY = 0
12+
TINY = 1
1313
PRE = nil
1414

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

0 commit comments

Comments
 (0)