From 1e9298aa8aaa33b7037a64cc20496e04b7f10a25 Mon Sep 17 00:00:00 2001 From: Beth Skurrie Date: Tue, 5 Mar 2019 10:16:48 +1100 Subject: [PATCH] chore: release 1.22.0-1 --- CHANGELOG.md | 10 ++++++++++ lib/pact/provider_verifier/version.rb | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67a83ef..ce53700 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +### v1.22.0-1 (2019-02-21) + + +#### Features + +* add support for bearer token ([3a102c4](/../../commit/3a102c4)) +* add support for bearer token ([bc37817](/../../commit/bc37817)) + + ### v1.21.0-1 (2018-11-15) diff --git a/lib/pact/provider_verifier/version.rb b/lib/pact/provider_verifier/version.rb index 86e7c81..893c443 100644 --- a/lib/pact/provider_verifier/version.rb +++ b/lib/pact/provider_verifier/version.rb @@ -1,5 +1,5 @@ module Pact module ProviderVerifier - VERSION = "1.21.0" + VERSION = "1.22.0" end end