diff --git a/CHANGELOG.md b/CHANGELOG.md index 67b2d1c..f93a7f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ -## [Unreleased] +## [1.9.0] +[Compare]: https://github.com/shakacode/cypress-on-rails/compare/v1.8.1...v1.9.0 ### Changed * Update default generated folder to cypress instead of spec/cypress diff --git a/lib/cypress_on_rails/version.rb b/lib/cypress_on_rails/version.rb index 2cb1f31..aee9629 100644 --- a/lib/cypress_on_rails/version.rb +++ b/lib/cypress_on_rails/version.rb @@ -1,3 +1,3 @@ module CypressOnRails - VERSION = '1.8.1' + VERSION = '1.9.0'.freeze end