Skip to content

Commit

Permalink
chore(release): version 2.96.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Mar 21, 2022
1 parent 9c0fd3c commit f0ed46c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<a name="v2.96.0"></a>
### v2.96.0 (2022-03-21)

#### Features

* print final value of configuration attribute rather than source value ([9c0fd3c4](/../../commit/9c0fd3c4))

#### Bug Fixes

* ensure database and basic auth credentials are not coerced to arrays if they contain commas ([5bce7ce4](/../../commit/5bce7ce4))
* allow lazy loading when finding individual pacts ([04e03cb2](/../../commit/04e03cb2))

<a name="v2.95.1"></a>
### v2.95.1 (2022-03-18)

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.95.1"
VERSION = "2.96.0"
end

0 comments on commit f0ed46c

Please sign in to comment.