Skip to content

Commit

Permalink
Release 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-psarga committed Apr 24, 2020
1 parent d9795ee commit f97ad3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
15 changes: 1 addition & 14 deletions CHANGELOG.md
@@ -1,26 +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/v6.0.0...master)

### Added

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

### Changed

* Updated monorepo libraries:
- cucumber-gherkin ~> 13
- cucumber-messages ~> 12

### Removed

* N/A

### Improved

* N/A


## [6.0.0](https://github.com/cucumber/cucumber-ruby-core/compare/v5.0.2...v6.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
"6.0.0"
"7.0.0"
end
end
end
Expand Down

0 comments on commit f97ad3d

Please sign in to comment.