We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4aacf2 commit 9dd3ae5Copy full SHA for 9dd3ae5
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+<a name="v3.12.2"></a>
2
+### v3.12.2 (2024-06-15)
3
+
4
+#### Bug Fixes
5
6
+* Fix Rack 3 support ([f6b1869](/../../commit/f6b1869))
7
+* Fix Rack > 3.0.0 support ([fab4a8f](/../../commit/fab4a8f))
8
9
<a name="v3.12.1"></a>
10
### v3.12.1 (2023-10-19)
11
lib/pact/mock_service/version.rb
@@ -1,5 +1,5 @@
module Pact
module MockService
- VERSION = "3.12.1"
+ VERSION = "3.12.2"
end
0 commit comments