Skip to content

Commit 6cb9a65

Browse files
committed
chore(release): version 1.67.5
1 parent 2174a31 commit 6cb9a65

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<a name="v1.67.5"></a>
2+
### v1.67.5 (2026-02-13)
3+
4+
#### Bug Fixes
5+
6+
* retry HTTP requests on 5xx status codes (502, 503, 504) ([2174a31](/../../commit/2174a31))
7+
18
<a name="v1.67.4"></a>
29
### v1.67.4 (2026-02-09)
310

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.4"
3+
VERSION = "1.67.5"
44
end

0 commit comments

Comments
 (0)