Skip to content

Commit cc73f1f

Browse files
committed
Release merit v4.0.1, update NEWS
1 parent 587f8a4 commit cc73f1f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
User-visible changes worth mentioning.
44

5+
## 4.0.1
6+
7+
- [#351] Fix bug on generating migrations
8+
59
## 4.0.0
610

711
- Stop testing on Rails 5.1

merit.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
66
s.files = `git ls-files`.split("\n").reject{|f| f =~ /^\./ }
77
s.test_files = `git ls-files -- test/*`.split("\n")
88
s.license = 'MIT'
9-
s.version = '4.0.0'
9+
s.version = '4.0.1'
1010
s.authors = ["Tute Costa"]
1111
s.email = 'tutecosta@gmail.com'
1212

0 commit comments

Comments
 (0)