From a1dd524746d977551e17b39f3f4b544a2fdf85f2 Mon Sep 17 00:00:00 2001 From: Tobias Kraze Date: Wed, 19 Jun 2024 15:54:50 +0200 Subject: [PATCH] Version 2.2.1 --- CHANGELOG.md | 4 ++-- Gemfile.lock | 2 +- lib/capybara-lockstep/version.rb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4370a5..df31923 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,9 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -# Unreleased +# 2.2.1 -- Add support for drivers with `browser: :remote`. +- Fixed a bug that disabled most functionality for drivers with `browser: :remote`. # 2.2.0 diff --git a/Gemfile.lock b/Gemfile.lock index 8c7e7a3..e39ed10 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - capybara-lockstep (2.2.0) + capybara-lockstep (2.2.1) activesupport (>= 4.2) capybara (>= 3.0) ruby2_keywords diff --git a/lib/capybara-lockstep/version.rb b/lib/capybara-lockstep/version.rb index 094a28d..bff11b9 100644 --- a/lib/capybara-lockstep/version.rb +++ b/lib/capybara-lockstep/version.rb @@ -1,5 +1,5 @@ module Capybara module Lockstep - VERSION = "2.2.0" + VERSION = "2.2.1" end end