Skip to content

Commit 8b0a51a

Browse files
committed
Version bump for release
1 parent 871d822 commit 8b0a51a

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# 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+
28
## 3.0.4 (14-7-2015)
39
* Joel Low - Allow using ActiveRecord-Userstamp with anonymous models (e.g. some
410
`has_and_belongs_to_many` join tables.)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module ActiveRecord; end
22
module ActiveRecord::Userstamp
3-
VERSION = '3.0.4'
3+
VERSION = '3.0.5'
44
end

0 commit comments

Comments
 (0)