Skip to content

Commit

Permalink
Bump version to 1.4.1 and update the CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
pokonski committed Dec 26, 2013
1 parent ca95fdf commit c05977f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.4.1

* Fixed issue with Rails 4 when using ProtectedAttributes gem (see #128)
* General code clean-ups.

## 1.4.0

* Added support for MongoMapper ORM (thanks to [Julio Olivera](https://github.com/julioolvr)) [PR](https://github.com/pokonski/public_activity/pull/101)
Expand Down
2 changes: 1 addition & 1 deletion lib/public_activity/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module PublicActivity
# A constant with gem's version
VERSION = '1.4.0'
VERSION = '1.4.1'
end

0 comments on commit c05977f

Please sign in to comment.