diff --git a/CHANGELOG.md b/CHANGELOG.md index d608dc8..e388efe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [1.8.0] +[Compare]: https://github.com/shakacode/cypress-on-rails/compare/v1.7.0...v1.8.0 + ### Changed * Use `FactoryBo#reload` to reset factory bot diff --git a/lib/cypress_on_rails/version.rb b/lib/cypress_on_rails/version.rb index 244e978..f7d160c 100644 --- a/lib/cypress_on_rails/version.rb +++ b/lib/cypress_on_rails/version.rb @@ -1,3 +1,3 @@ module CypressOnRails - VERSION = '1.7.0' + VERSION = '1.8.0' end