We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 141988f commit b2c6b26Copy full SHA for b2c6b26
CHANGELOG.md
@@ -2,6 +2,9 @@ Do this to generate your change history
2
3
git log --pretty=format:' * %h - %s (%an, %ad)' vX.Y.Z..HEAD
4
5
+### 2.6.1 (2017-11-17)
6
+* 141988f - fix: don't blow up if Access-Control-Request-Headers is not present in OPTIONS request (Beth Skurrie, Fri Nov 17 09:53:29 2017 +1100)
7
+
8
### 2.6.0 (2017-11-07)
9
* cad84fd - feat(monkeypatch): allow a monkeypatch file to be loaded before starting the mock service (Beth Skurrie, Tue Nov 7 13:30:05 2017 +1100)
10
lib/pact/mock_service/version.rb
@@ -1,5 +1,5 @@
1
module Pact
module MockService
- VERSION = "2.6.0"
+ VERSION = "2.6.1"
end
0 commit comments