From 69357dffc244db4762bfad5c6962365358abecc5 Mon Sep 17 00:00:00 2001 From: Grant Petersen-Speelman Date: Tue, 4 Jan 2022 09:37:36 +1100 Subject: [PATCH] v1.12.0 --- CHANGELOG.md | 4 ++-- lib/cypress_on_rails/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a17b74..3556606 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -## Unreleased -[Compare]: https://github.com/shakacode/cypress-on-rails/compare/v1.10.1...main +## [1.12.0] +[Compare]: https://github.com/shakacode/cypress-on-rails/compare/v1.11.0...v1.12.0 ### Changed * only reload factories on clean instead of every factory create request [PR 95](https://github.com/shakacode/cypress-on-rails/pull/95) diff --git a/lib/cypress_on_rails/version.rb b/lib/cypress_on_rails/version.rb index 96704e2..df652aa 100644 --- a/lib/cypress_on_rails/version.rb +++ b/lib/cypress_on_rails/version.rb @@ -1,3 +1,3 @@ module CypressOnRails - VERSION = '1.11.0'.freeze + VERSION = '1.12.0'.freeze end