Skip to content

Commit

Permalink
chore(release): version 2.62.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Sep 24, 2020
1 parent e9d7753 commit 52baf14
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<a name="v2.62.0"></a>
### v2.62.0 (2020-09-23)

#### Features

* **webhooks**
* remove user-agent and accept-encoding headers which the Ruby HTTP library adds by default ([ef25b88c](/../../commit/ef25b88c))

* add event name to triggered webhook ([ecce16fd](/../../commit/ecce16fd))

#### Bug Fixes

* **webhooks**
* use path to initialise http request, rather than full URL ([ecbac9a6](/../../commit/ecbac9a6))

* gracefully handle corrupt webhook metadata in pact URL ([ba94c355](/../../commit/ba94c355))

<a name="v2.61.0"></a>
### v2.61.0 (2020-09-12)

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.61.0'
VERSION = '2.62.0'
end

0 comments on commit 52baf14

Please sign in to comment.