Skip to content

Commit d07e867

Browse files
committed
v0.1.5.
* Fix observers not being instantiated on app boot. * Test with Rails 5.1 and the pending 5.2. NOTE: This is the last release to support Rails 4.0 and 4.1.
1 parent f73e730 commit d07e867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rails/observers/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Rails
22
module Observers
3-
VERSION = "0.1.4"
3+
VERSION = "0.1.5"
44
end
55
end

0 commit comments

Comments
 (0)