We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f54a97c commit f6f1c50Copy full SHA for f6f1c50
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+<a name="v1.21.1"></a>
2
+### v1.21.1 (2024-11-29)
3
+
4
+#### Bug Fixes
5
6
+* add blank lines to empty hashs - json 2.8.x regression for pact-ruby ([f8cb384](/../../commit/f8cb384))
7
8
<a name="v1.21.0"></a>
9
### v1.21.0 (2024-11-28)
10
lib/pact/support/version.rb
@@ -1,5 +1,5 @@
module Pact
module Support
- VERSION = "1.21.0"
+ VERSION = "1.21.1"
end
0 commit comments