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