We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 871d822 commit 8b0a51aCopy full SHA for 8b0a51a
2 files changed
CHANGELOG.md
@@ -1,4 +1,10 @@
1
# Changelog
2
+ ## 3.0.5 (22-8-2017)
3
+ * Jonathan Putney - Support Rails 5.0.
4
+ * Joel Low - Add additional combinations to Travis build matrix.
5
+ * Joel Low - Defer association definitions until the schema is loaded.
6
+ * Joel Low - Respect custom stamper definitions.
7
+
8
## 3.0.4 (14-7-2015)
9
* Joel Low - Allow using ActiveRecord-Userstamp with anonymous models (e.g. some
10
`has_and_belongs_to_many` join tables.)
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
0 commit comments