From 8b0a51a84b863cc6d6ca3c3c496605303bcbe1c8 Mon Sep 17 00:00:00 2001 From: Joel Low Date: Tue, 22 Aug 2017 10:01:36 +0800 Subject: [PATCH] Version bump for release --- CHANGELOG.md | 6 ++++++ lib/active_record/userstamp/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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