Skip to content

Commit 0cc063d

Browse files
committed
chore(release): version 1.67.1
1 parent 4cc0a26 commit 0cc063d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
<a name="v1.67.0"></a>
210
### v1.67.0 (2025-10-16)
311

lib/pact/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Remember to bump pact-provider-proxy when this changes major version
22
module Pact
3-
VERSION = "1.67.0"
3+
VERSION = "1.67.1"
44
end

0 commit comments

Comments
 (0)