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