From 388d67625eaea81073e2433fccd35c791cdb5d41 Mon Sep 17 00:00:00 2001 From: ChrisBAshton Date: Thu, 15 Apr 2021 13:01:52 +0100 Subject: [PATCH] Bump to 2.2.0 This removes a rake task, so should not be considered a patch version, even though we don't believe this has been used outside of the gem. --- CHANGELOG.md | 2 +- lib/govuk_test/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c00888..18295a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ useful summary for people upgrading their application, not a replication of the commit log. -## Unreleased +## 2.2.0 * Remove pact test branch verify rake task * Remove `pact` and `climate_control` dependencies diff --git a/lib/govuk_test/version.rb b/lib/govuk_test/version.rb index 7784447..5d8bf33 100644 --- a/lib/govuk_test/version.rb +++ b/lib/govuk_test/version.rb @@ -1,3 +1,3 @@ module GovukTest - VERSION = "2.1.2" + VERSION = "2.2.0" end