We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94245c7 commit f701a22Copy full SHA for f701a22
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+<a name="v1.10.0"></a>
2
+### v1.10.0 (2019-03-15)
3
+
4
5
+#### Bug Fixes
6
7
+* don't try and fix producer keys for a nil string ([94245c7](/../../commit/94245c7))
8
9
10
<a name="v1.9.0"></a>
11
### v1.9.0 (2019-02-22)
12
lib/pact/support/version.rb
@@ -1,5 +1,5 @@
module Pact
module Support
- VERSION = "1.9.0"
+ VERSION = "1.10.0"
end
0 commit comments