Skip to content

Commit 17ce64b

Browse files
committed
chore(release): version 1.65.1
1 parent ca65f27 commit 17ce64b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<a name="v1.65.1"></a>
2+
### v1.65.1 (2024-08-08)
3+
4+
#### Bug Fixes
5+
6+
* set color codes even on dumb terms (prev behaviour) ([4f01bc9](/../../commit/4f01bc9))
7+
* use .empty? in handling_no_pacts_found ([43bce74](/../../commit/43bce74))
8+
19
<a name="v1.65.0"></a>
210
### v1.65.0 (2024-08-06)
311

lib/pact/version.rb

+1-1
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.65.0"
3+
VERSION = "1.65.1"
44
end

0 commit comments

Comments
 (0)