diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ffd2b8..3d9dde7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.) diff --git a/lib/active_record/userstamp/version.rb b/lib/active_record/userstamp/version.rb index 6c32f83..ee39458 100644 --- a/lib/active_record/userstamp/version.rb +++ b/lib/active_record/userstamp/version.rb @@ -1,4 +1,4 @@ module ActiveRecord; end module ActiveRecord::Userstamp - VERSION = '3.0.4' + VERSION = '3.0.5' end