Skip to content

Commit

Permalink
Release 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-psarga committed Jul 1, 2020
1 parent 9cb220b commit e8c2b08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
14 changes: 1 addition & 13 deletions CHANGELOG.md
@@ -1,25 +1,13 @@
Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CONTRIBUTING.md) on how to contribute to Cucumber.

## [In GIT](https://github.com/cucumber/cucumber-ruby-core/compare/v7.0.0...master)

### Added

* N/A
## [7.1.0](https://github.com/cucumber/cucumber-ruby-core/compare/v7.0.0...v7.0.1)

### Changed

* Updated gems:
* `cucumber-gherkin` ~> 14.0.1
* `cucumber-messages` ~> 12.2.0

### Removed

* N/A

### Improved

* N/A

## [7.0.0](https://github.com/cucumber/cucumber-ruby-core/compare/v6.0.0...v7.0.0)

### Changed
Expand Down
2 changes: 1 addition & 1 deletion lib/cucumber/core/version.rb
Expand Up @@ -3,7 +3,7 @@ module Cucumber
module Core
class Version
def self.to_s
"7.0.0"
"7.1.0"
end
end
end
Expand Down

0 comments on commit e8c2b08

Please sign in to comment.