Skip to content

Commit

Permalink
Release 0.3.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklandgrebe committed Mar 10, 2017
1 parent 8e6ef08 commit b463714
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 @@ -79,3 +79,7 @@
## 0.3.15

* Remove dependency on `ActiveRecord#assign_attributes`

## 0.3.15.1

* Allow calling of `assign_attributes` if the record `responds_to` it
2 changes: 1 addition & 1 deletion lib/caprese/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Caprese
VERSION = '0.3.15'
VERSION = '0.3.15.1'
end

0 comments on commit b463714

Please sign in to comment.