From a35dcd1ed68662f44bfdeffbb34cea5444226a3a Mon Sep 17 00:00:00 2001 From: Grant Petersen-Speelman Date: Wed, 12 Jan 2022 09:47:08 +0200 Subject: [PATCH] v1.12.1 --- CHANGELOG.md | 3 ++- lib/cypress_on_rails/version.rb | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84be99c..15f1224 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ -## Unreleased +## [1.12.1] +[Compare]: https://github.com/shakacode/cypress-on-rails/compare/v1.12.0...v1.12.1 ### Tasks * Documenting how to setup Factory Associations [PR 100](https://github.com/shakacode/cypress-on-rails/pull/100) diff --git a/lib/cypress_on_rails/version.rb b/lib/cypress_on_rails/version.rb index df652aa..21ce006 100644 --- a/lib/cypress_on_rails/version.rb +++ b/lib/cypress_on_rails/version.rb @@ -1,3 +1,3 @@ module CypressOnRails - VERSION = '1.12.0'.freeze + VERSION = '1.12.1'.freeze end