Skip to content

Commit 7ab6294

Browse files
committed
Releasing version 1.5.0
1 parent 0bbdc9e commit 7ab6294

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<a name="v1.5.0"></a>
2+
### v1.5.0 (2018-03-23)
3+
4+
#### Features
5+
6+
* parse pacts without a specification version as v2 ([a69b5e6](/../../commit/a69b5e6))
7+
* locate matching rules correctly for v3 pacts ([0f22db2](/../../commit/0f22db2))
8+
* read matching rules from v3 format ([07013de](/../../commit/07013de))
9+
* allow different consumer contract parsers to be registered ([531ab3a](/../../commit/531ab3a))
10+
* update message classes to support pact-message ([2e48892](/../../commit/2e48892))
11+
* add request and response to message ([93839cf](/../../commit/93839cf))
12+
13+
* **message contracts**
14+
* dynamically mix in new and from_hash into Pact::Message ([c0c3ad5](/../../commit/c0c3ad5))
15+
* read message pact into Ruby object ([6573bd4](/../../commit/6573bd4))
16+
17+
118
<a name="v1.3.1"></a>
219
### v1.3.1 (2018-03-19)
320

lib/pact/support/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Pact
22
module Support
3-
VERSION = "1.4.0"
3+
VERSION = "1.5.0"
44
end
55
end

0 commit comments

Comments
 (0)