We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 000e3fd commit 6774363Copy full SHA for 6774363
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+<a name="v3.12.1"></a>
2
+### v3.12.1 (2023-10-19)
3
+
4
+#### Bug Fixes
5
6
+* use .read instead of .string for reading stream from rack.input ([000e3fd](/../../commit/000e3fd))
7
8
<a name="v3.12.0"></a>
9
### v3.12.0 (2023-10-18)
10
lib/pact/mock_service/version.rb
@@ -1,5 +1,5 @@
module Pact
module MockService
- VERSION = "3.12.0"
+ VERSION = "3.12.1"
end
0 commit comments