Skip to content

Commit

Permalink
chore(release): version 2.94.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Feb 21, 2022
1 parent 34b145e commit c8fc2f3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
<a name="v2.94.0"></a>
### v2.94.0 (2022-02-22)

#### Features

* add can-i-deploy endpoint for checking if the latest version for a branch can be deployed to a particular environment ([34b145e8](/../../commit/34b145e8))
* truncate tags, branches and versions in UI when they are super long (#513) ([94bbf915](/../../commit/94bbf915))

* **integration dashboard**
* add copy buttons next to the branch, tag and environment labels ([5b86ac88](/../../commit/5b86ac88))

#### Bug Fixes

* Improve Matrix request performance (#537) ([123f8629](/../../commit/123f8629))
* Eagerly load pact publication fields (#536) ([c3f6993b](/../../commit/c3f6993b))

* **hal-browser**
* properties accordion should be collapsed by default (#544) ([19466121](/../../commit/19466121))

<a name="v2.93.4"></a>
### v2.93.4 (2022-02-21)

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.93.4"
VERSION = "2.94.0"
end

0 comments on commit c8fc2f3

Please sign in to comment.