From 62075209776a11184369948830c8361dd8330a6d Mon Sep 17 00:00:00 2001 From: Beth Skurrie Date: Thu, 6 Sep 2018 12:05:48 +1000 Subject: [PATCH] chore(release): version 1.34.0 --- CHANGELOG.md | 15 +++++++++++++++ lib/pact/version.rb | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fcf761c..8bdaced6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +### v1.34.0 (2018-09-06) + + +#### Features + +* **verify** + * add request customizer for pact-provider-verifier ([4ae0b58](/../../commit/4ae0b58)) + + +#### Bug Fixes + +* add missing require for net/http ([fe2ebb1](/../../commit/fe2ebb1)) + + ### v1.33.2 (2018-09-06) diff --git a/lib/pact/version.rb b/lib/pact/version.rb index 2afa3fc1..323c4d94 100644 --- a/lib/pact/version.rb +++ b/lib/pact/version.rb @@ -1,4 +1,4 @@ # Remember to bump pact-provider-proxy when this changes major version module Pact - VERSION = "1.33.2" + VERSION = "1.34.0" end