Skip to content

Commit

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

#### Features

* add relation for can-i-deploy branch to environment badge ([6ece8e93](/../../commit/6ece8e93))
* add badge url for 'can I deploy latest version of branch to envionment' endpoint ([086b8c10](/../../commit/086b8c10))

#### Bug Fixes

* **pacts for verification**
* do not de-duplicate pacts with the same content but different consumers ([ae3bb541](/../../commit/ae3bb541))

<a name="v2.94.0"></a>
### v2.94.0 (2022-02-22)

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.94.0"
VERSION = "2.95.0"
end

0 comments on commit f43a795

Please sign in to comment.