Skip to content

Commit

Permalink
chore(release): version 2.105.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Oct 19, 2022
1 parent e9d772e commit 88b7df4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
<a name="v2.105.0"></a>
### v2.105.0 (2022-10-19)

#### Features

* update wording of version description for version in environment ([d122fa68](/../../commit/d122fa68))

* **webhooks**
* allow auth headers to be logged for debugging purposes (#575) ([102b1930](/../../commit/102b1930))

#### Bug Fixes

* add validation to ensure an environment or to tag is specified for the /can-i-deploy endpoint ([e9d772eb](/../../commit/e9d772eb))
* implement pending logic for provider branches ([7cdf1a7c](/../../commit/7cdf1a7c))

* **wip pacts**
* fix performance issue encountered when removing explicitly specified pacts from the list of potential WIP pacts (#573) ([757f0301](/../../commit/757f0301))

<a name="v2.104.0"></a>
### v2.104.0 (2022-09-17)

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.104.0"
VERSION = "2.105.0"
end

0 comments on commit 88b7df4

Please sign in to comment.