Skip to content

Commit de1f3c7

Browse files
committed
chore(release): version 1.65.3
1 parent fddbe45 commit de1f3c7

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.3"></a>
2+
### v1.65.3 (2024-10-23)
3+
4+
#### Bug Fixes
5+
6+
* **test**
7+
* explicitly require ostruct as non stdlib in ruby 3.5.x ([c9a8525](/../../commit/c9a8525))
8+
19
<a name="v1.65.2"></a>
210
### v1.65.2 (2024-09-26)
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.2"
3+
VERSION = "1.65.3"
44
end

0 commit comments

Comments
 (0)