Skip to content

Commit

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

#### Features

* allow SSL verification to be disabled ([eb2125b](/../../commit/eb2125b))
* automatically retry at the http client level for 50x responses ([a7343f8](/../../commit/a7343f8))

<a name="v1.38.1"></a>
### v1.38.1 (2021-03-22)

Expand Down
2 changes: 1 addition & 1 deletion lib/pact_broker/client/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module PactBroker
module Client
VERSION = '1.38.1'
VERSION = '1.38.2'
end
end

0 comments on commit c9b64c3

Please sign in to comment.