Skip to content

Commit

Permalink
chore(release): version 1.60.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Oct 1, 2021
1 parent 53035e1 commit 9a41b32
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<a name="v1.60.0"></a>
### v1.60.0 (2021-10-01)

#### Features

* allow SSL verification to be disabled in the HAL client by setting the environment variable PACT_DISABLE_SSL_VERIFICATION=true ([ce07d32](/../../commit/ce07d32))

<a name="v1.59.0"></a>
### v1.59.0 (2021-09-07)

Expand Down
2 changes: 1 addition & 1 deletion lib/pact/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Remember to bump pact-provider-proxy when this changes major version
module Pact
VERSION = "1.59.0"
VERSION = "1.60.0"
end

0 comments on commit 9a41b32

Please sign in to comment.