From 9285072e2a8aca059ae385c50732fa0c3caf8319 Mon Sep 17 00:00:00 2001 From: Grant Petersen-Speelman Date: Fri, 24 Jul 2020 13:04:12 +1000 Subject: [PATCH] v1.8.0 --- CHANGELOG.md | 3 +++ lib/cypress_on_rails/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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