Skip to content

Commit

Permalink
chore(release): version 1.57.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jan 31, 2021
1 parent ccd509d commit bb0ddca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<a name="v1.57.0"></a>
### v1.57.0 (2021-01-27)

#### Features

* allow verbose flag to be set when publishing verifications ([9238e4c](/../../commit/9238e4c))

<a name="v1.56.0"></a>
### v1.56.0 (2021-01-22)

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.56.0"
VERSION = "1.57.0"
end

0 comments on commit bb0ddca

Please sign in to comment.