CHANGELOG.md in cucumber-5.1.3 vs CHANGELOG.md in cucumber-5.2.0
- old
+ new
@@ -8,11 +8,11 @@
Please visit [cucumber/CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CONTRIBUTING.md) for more info on how to contribute to Cucumber.
----
-## [In GIT](https://github.com/cucumber/cucumber-ruby/compare/v5.1.3...master)
+## [In GIT](https://github.com/cucumber/cucumber-ruby/compare/v5.2.0...master)
### Added
### Changed
@@ -22,10 +22,16 @@
### Fixed
### Security fixes
-## [In GIT](https://github.com/cucumber/cucumber-ruby/compare/v5.1.2...v5.1.3)
+## [5.2.0](https://github.com/cucumber/cucumber-ruby/compare/v5.1.3...v5.2.0)
+
+### Changed
+
+* `--publish` uses the response provided by the server as the banner [#1472](https://github.com/cucumber/cucumber-ruby/issues/1472)
+
+## [5.1.3](https://github.com/cucumber/cucumber-ruby/compare/v5.1.2...v5.1.3)
### Fixed
* The `CUCUMBER_PUBLISH_TOKEN` now sets the correct HTTP header, following a fix in the curl option parser.