Skip to content

Commit 9a41b32

Browse files
committed
chore(release): version 1.60.0
1 parent 53035e1 commit 9a41b32

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<a name="v1.60.0"></a>
2+
### v1.60.0 (2021-10-01)
3+
4+
#### Features
5+
6+
* allow SSL verification to be disabled in the HAL client by setting the environment variable PACT_DISABLE_SSL_VERIFICATION=true ([ce07d32](/../../commit/ce07d32))
7+
18
<a name="v1.59.0"></a>
29
### v1.59.0 (2021-09-07)
310

lib/pact/version.rb

Lines changed: 1 addition & 1 deletion
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.59.0"
3+
VERSION = "1.60.0"
44
end

0 commit comments

Comments
 (0)