Skip to content

Commit

Permalink
Bump version to 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiob committed Dec 19, 2015
1 parent a053ce5 commit fa6ece4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ For more information about changelogs, check
[Keep a Changelog](http://keepachangelog.com) and
[Vandamme](http://tech-angels.github.io/vandamme).

## 1.3.5 - 2015-12-18

* [ENHANCEMENT] Replace `errors.get(:field)` with `errors[:field]` since the former is deprecated in Rails 5.

## 1.3.4 - 2015-06-23

* [BUGFIX] Security: don’t always assume that the content of `link_to` is safe
Expand Down
2 changes: 1 addition & 1 deletion lib/bh/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Bh
VERSION = '1.3.4'
VERSION = '1.3.5'
end

0 comments on commit fa6ece4

Please sign in to comment.