Skip to content

Commit

Permalink
chore(release): version 1.55.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Sep 26, 2020
1 parent 39e6c4a commit 490bbe9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="v1.55.0"></a>
### v1.55.0 (2020-09-26)

#### Features

* add consumer_version_selectors to pact verification DSL, and convert consumer_version_tags to selectors ([39e6c4a](/../../commit/39e6c4a))
* allow verification task to set just a pact_helper without a URI ([303077d](/../../commit/303077d))
* split pending and failed rerun commands into separate sections ([f839391](/../../commit/f839391))
* update output during verification so the pact info shows before the describe blocks of the pact that is being verified ([15ec231](/../../commit/15ec231))

<a name="v1.54.0"></a>
### v1.54.0 (2020-09-12)

Expand Down
2 changes: 1 addition & 1 deletion lib/pact/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Remember to bump pact-provider-proxy when this changes major version
module Pact
VERSION = "1.54.0"
VERSION = "1.55.0"
end

0 comments on commit 490bbe9

Please sign in to comment.