We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 409d78c commit 68cea15Copy full SHA for 68cea15
Changelog.md
@@ -1,5 +1,8 @@
1
### Development
2
-[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.7.1...master)
+[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.7.2...master)
3
+
4
+### 3.7.2 / 2017-11-20
5
+[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.7.1...v3.7.2)
6
7
Bug Fixes:
8
lib/rspec/rails/version.rb
@@ -3,7 +3,7 @@ module Rails
# Version information for RSpec Rails.
module Version
# Current version of RSpec Rails, in semantic versioning format.
- STRING = '3.7.1'
+ STRING = '3.7.2'
end
9
0 commit comments