Skip to content

Commit

Permalink
chore(release): version 2.92.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Nov 27, 2021
1 parent 853354e commit 6ae6463
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="v2.92.0"></a>
### v2.92.0 (2021-11-27)

#### Features

* allow SQL caller logging to be enabled ([861d8f21](/../../commit/861d8f21))
* use a separate table to track the successful verifications of pact versions for each provider version tag (feature toggled with "new_wip_calculation") ([df0acfa3](/../../commit/df0acfa3))

#### Bug Fixes

* **cleanup**
* Improve delete orphans SQL query (#527) ([853354ea](/../../commit/853354ea))

* cast PACT_BROKER_DATABASE_CONNECTION_VALIDATION_TIMEOUT to an integer ([8816c61f](/../../commit/8816c61f))

<a name="v2.91.0"></a>
### v2.91.0 (2021-11-15)

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.91.0"
VERSION = "2.92.0"
end

0 comments on commit 6ae6463

Please sign in to comment.