diff --git a/CHANGELOG.md b/CHANGELOG.md index 61416b1..ca1839d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog All notable changes to this project will be documented in this file. +## [1.0.15] - 2020-04-07 +### Updated +- Support parsing results when using the --retry flag with cucumber + ## [1.0.14] - 2019-12-06 ### Updated - Avoid an explosion in the worker thread when splitting a spec returns no parts to run diff --git a/nitra.gemspec b/nitra.gemspec index 8b2a3f1..2a233d6 100644 --- a/nitra.gemspec +++ b/nitra.gemspec @@ -1,6 +1,6 @@ spec = Gem::Specification.new do |s| s.name = 'nitra' - s.version = '1.0.14' + s.version = '1.0.15' s.platform = Gem::Platform::RUBY s.license = "MIT" s.homepage = "http://github.com/fluxfederation/nitra"