Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 18 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CONTRIBUTING.md)
on how to contribute to Cucumber.

## [master](https://github.com/cucumber/cucumber-rails/compare/v2.3.0...master) (Not yet released)
## [main](https://github.com/cucumber/cucumber-rails/compare/v2.4.0...main) (Not yet released)

### New Features

*

### Changed

*

### Fixed

*

## [v2.4.0](https://github.com/cucumber/cucumber-rails/compare/v2.3.0...v2.4.0) (2021-07-21)

### New Features

Expand All @@ -14,10 +28,10 @@ on how to contribute to Cucumber.

* Updated rubocop to use new major versions ([#504](https://github.com/cucumber/cucumber-rails/pull/504) /
[#519](https://github.com/cucumber/cucumber-rails/pull/519) [luke-hill])

### Removed

### Fixed

*
* Removed traces of legacy spork setup / help (No longer used) ([#518](https://github.com/cucumber/cucumber-rails/pull/518))

## [v2.3.0](https://github.com/cucumber/cucumber-rails/compare/v2.2.0...v2.3.0) (2021-03-30)

Expand Down
2 changes: 1 addition & 1 deletion cucumber-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift File.expand_path('lib', __dir__)

Gem::Specification.new do |s|
s.name = 'cucumber-rails'
s.version = '2.3.0'
s.version = '2.4.0'
s.authors = ['Aslak Hellesøy', 'Dennis Blöte', 'Rob Holland']
s.description = 'Cucumber Generator and Runtime for Rails'
s.summary = "#{s.name}-#{s.version}"
Expand Down