Skip to content

Commit

Permalink
Bumped version for 0.18.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
steveyken committed Oct 27, 2018
1 parent 2f5c7fa commit 6b0c9ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ 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

Unreleased (0.19.0)
=======
Sat Oct 27, 2018 (0.18.1)
---------------------------------------------------------------------

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


Sat Apr 21, 2018 (0.18.0)
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 @@ -9,7 +9,7 @@ module FatFreeCRM
module VERSION #:nodoc:
MAJOR = 0
MINOR = 18
TINY = 0
TINY = 1
PRE = nil

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

0 comments on commit 6b0c9ff

Please sign in to comment.