Skip to content

Commit

Permalink
chore(release): version 2.91.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Nov 15, 2021
1 parent fd50f22 commit ea90905
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.91.0"></a>
### v2.91.0 (2021-11-15)

#### Features

* add environments to matrix response ([fd50f22c](/../../commit/fd50f22c))
* remove feature toggle around change to return the pact for the latest tagged version, rather than the latest pact that has a version with the tag ([fac3fc8a](/../../commit/fac3fc8a))

#### Bug Fixes

* load images from the correct path when the Pact Broker application is run from a non root context ([a268ef25](/../../commit/a268ef25))

<a name="v2.90.0"></a>
### v2.90.0 (2021-11-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.90.0"
VERSION = "2.91.0"
end

0 comments on commit ea90905

Please sign in to comment.