We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5757de commit e63f2baCopy full SHA for e63f2ba
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+<a name="v2.7.0"></a>
2
+### v2.7.0 (2018-05-04)
3
+
4
5
+#### Features
6
7
+* allow pact-stub-server to read pact from an http uri ([5cce3b2](/../../commit/5cce3b2))
8
9
10
<a name="v2.6.4"></a>
11
### v2.6.4 (2018-02-22)
12
lib/pact/mock_service/version.rb
@@ -1,5 +1,5 @@
module Pact
module MockService
- VERSION = "2.6.4"
+ VERSION = "2.7.0"
end
0 commit comments