Skip to content

Commit

Permalink
Version bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
lowjoel committed Aug 22, 2017
1 parent 871d822 commit 8b0a51a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Changelog
## 3.0.5 (22-8-2017)
* Jonathan Putney - Support Rails 5.0.
* Joel Low - Add additional combinations to Travis build matrix.
* Joel Low - Defer association definitions until the schema is loaded.
* Joel Low - Respect custom stamper definitions.

## 3.0.4 (14-7-2015)
* Joel Low - Allow using ActiveRecord-Userstamp with anonymous models (e.g. some
`has_and_belongs_to_many` join tables.)
Expand Down
2 changes: 1 addition & 1 deletion lib/active_record/userstamp/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module ActiveRecord; end
module ActiveRecord::Userstamp
VERSION = '3.0.4'
VERSION = '3.0.5'
end

0 comments on commit 8b0a51a

Please sign in to comment.