We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeee528 commit be6d29cCopy full SHA for be6d29c
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+<a name="v1.10.1"></a>
2
+### v1.10.1 (2019-04-26)
3
+
4
5
+#### Bug Fixes
6
7
+* gracefully handle read only file system (eg RunKit) ([eeee528](/../../commit/eeee528))
8
9
10
<a name="v1.10.0"></a>
11
### v1.10.0 (2019-03-15)
12
lib/pact/support/version.rb
@@ -1,5 +1,5 @@
module Pact
module Support
- VERSION = "1.10.0"
+ VERSION = "1.10.1"
end
0 commit comments