We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cc0a26 commit 0cc063dCopy full SHA for 0cc063d
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+<a name="v1.67.1"></a>
2
+### v1.67.1 (2025-10-22)
3
+
4
+#### Bug Fixes
5
6
+* **deps**
7
+ * make pact-ffi optional in v1 releases for pact-ruby-standalone consumption ([e3cd0d6](/../../commit/e3cd0d6))
8
9
<a name="v1.67.0"></a>
10
### v1.67.0 (2025-10-16)
11
lib/pact/version.rb
@@ -1,4 +1,4 @@
# Remember to bump pact-provider-proxy when this changes major version
module Pact
- VERSION = "1.67.0"
+ VERSION = "1.67.1"
end
0 commit comments