diff --git a/CHANGELOG.md b/CHANGELOG.md index b327ee625..e370b4a27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt Please visit [cucumber/CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CONTRIBUTING.md) for more info on how to contribute to Cucumber. ## [Unreleased] + +## [9.1.1] - 2024-01-04 ### Added ### Changed @@ -136,7 +138,8 @@ can use the immutable versions instead: `DataTable#map_column` and ([#1590](https://github.com/cucumber/cucumber-ruby/pull/1590)) - Removed support for Ruby 2.5 and JRuby 9.2. -[Unreleased]: https://github.com/cucumber/cucumber-ruby/compare/v9.1.0...HEAD +[Unreleased]: https://github.com/cucumber/cucumber-ruby/compare/v9.1.1...HEAD +[9.1.1]: https://github.com/cucumber/cucumber-ruby/compare/v9.1.0...v9.1.1 [9.1.0]: https://github.com/cucumber/cucumber-ruby/compare/v9.0.2...v9.1.0 [9.0.2]: https://github.com/cucumber/cucumber-ruby/compare/v9.0.1...v9.0.2 [9.0.1]: https://github.com/cucumber/cucumber-ruby/compare/v9.0.0...v9.0.1 diff --git a/VERSION b/VERSION index 47da986f8..44931da26 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -9.1.0 +9.1.1