Skip to content

Commit 6207520

Browse files
committed
chore(release): version 1.34.0
1 parent 4ae0b58 commit 6207520

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<a name="v1.34.0"></a>
2+
### v1.34.0 (2018-09-06)
3+
4+
5+
#### Features
6+
7+
* **verify**
8+
* add request customizer for pact-provider-verifier ([4ae0b58](/../../commit/4ae0b58))
9+
10+
11+
#### Bug Fixes
12+
13+
* add missing require for net/http ([fe2ebb1](/../../commit/fe2ebb1))
14+
15+
116
<a name="v1.33.2"></a>
217
### v1.33.2 (2018-09-06)
318

lib/pact/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Remember to bump pact-provider-proxy when this changes major version
22
module Pact
3-
VERSION = "1.33.2"
3+
VERSION = "1.34.0"
44
end

0 commit comments

Comments
 (0)