We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 587f8a4 commit cc73f1fCopy full SHA for cc73f1f
NEWS.md
@@ -2,6 +2,10 @@
2
3
User-visible changes worth mentioning.
4
5
+## 4.0.1
6
+
7
+- [#351] Fix bug on generating migrations
8
9
## 4.0.0
10
11
- Stop testing on Rails 5.1
merit.gemspec
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.files = `git ls-files`.split("\n").reject{|f| f =~ /^\./ }
s.test_files = `git ls-files -- test/*`.split("\n")
s.license = 'MIT'
- s.version = '4.0.0'
+ s.version = '4.0.1'
s.authors = ["Tute Costa"]
s.email = 'tutecosta@gmail.com'
12
0 commit comments