Skip to content

Commit

Permalink
chore(release): version 2.93.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Feb 10, 2022
1 parent bb4ca1b commit 9b784bf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
<a name="v2.93.3"></a>
### v2.93.3 (2022-02-02)

#### Bug Fixes

* ensure webhook_certificates setting is honoured in webhook ([7933a526](/../../commit/7933a526))
* ensure disable_ssl_verification setting is honoured in webhook ([08bc758c](/../../commit/08bc758c))
* ensure webhook_certificates setting is honoured in webhook ([8a720cdb](/../../commit/8a720cdb))
* ensure disable_ssl_verification setting is honoured in webhook ([0728b3d7](/../../commit/0728b3d7))

* **hal-browser**
* fixing vulnerability by upgrading HAL browser dependencies ([a6b06f66](/../../commit/a6b06f66))

<a name="v2.93.2"></a>
### v2.93.2 (2021-12-23)

Expand Down
2 changes: 1 addition & 1 deletion lib/pact_broker/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PactBroker
VERSION = "2.93.2"
VERSION = "2.93.3"
end

0 comments on commit 9b784bf

Please sign in to comment.