Skip to content

Commit

Permalink
Prepare version 1.1.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Apr 14, 2021
1 parent 7d2ed27 commit c604d2c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ This document is formatted according to the principles of [Keep A CHANGELOG][2].

## [Unreleased]

## [1.1.0] / 2021-04-14

* Add step and API to add whole lines to a file ([#780] by [mvz])
* Deprecate file creation when using `append_to_file` ([#781] by [mvz])
* Update dependencies to cucumber to allow working with incoming major versions
([#801] by [mattwynne])

Expand Down Expand Up @@ -1248,7 +1252,8 @@ Note: These are changes w.r.t. Aruba version 0.14.1.

<!-- Releases -->

[Unreleased]: https://github.com/cucumber/aruba/compare/v1.0.4...master
[Unreleased]: https://github.com/cucumber/aruba/compare/v1.1.0...master
[1.1.0]: https://github.com/cucumber/aruba/compare/v1.0.4...v1.1.0
[1.0.4]: https://github.com/cucumber/aruba/compare/v1.0.3...v1.0.4
[1.0.3]: https://github.com/cucumber/aruba/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/cucumber/aruba/compare/v1.0.1...v1.0.2
Expand Down
2 changes: 1 addition & 1 deletion lib/aruba/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Aruba
VERSION = "1.0.4".freeze
VERSION = "1.1.0".freeze
end

0 comments on commit c604d2c

Please sign in to comment.