Skip to content

Commit

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

#### Features

* use pb relation in preference to beta relation when fetching pacts for verification ([7563fcf](/../../commit/7563fcf))
* allow include_wip_pacts_since to use a Date, DateTime or Time ([dd35366](/../../commit/dd35366))
* add support for include_wip_pacts_since ([f2247b8](/../../commit/f2247b8))

<a name="v1.53.0"></a>
### v1.53.0 (2020-09-11)

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.53.0"
VERSION = "1.54.0"
end

0 comments on commit eb1a589

Please sign in to comment.