Skip to content

Commit e8aa08b

Browse files
committed
chore(release): version 1.55.3
1 parent 7ece1cd commit e8aa08b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<a name="v1.55.3"></a>
2+
### v1.55.3 (2020-09-28)
3+
4+
#### Bug Fixes
5+
6+
* correct logic for determining if all interactions for a pact have been verified ([c4f968e](/../../commit/c4f968e))
7+
* de-duplicate re-run commands ([0813498](/../../commit/0813498))
8+
19
<a name="v1.55.2"></a>
210
### v1.55.2 (2020-09-26)
311

lib/pact/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Remember to bump pact-provider-proxy when this changes major version
22
module Pact
3-
VERSION = "1.55.2"
3+
VERSION = "1.55.3"
44
end

0 commit comments

Comments
 (0)