Skip to content

Commit

Permalink
chore(release): version 1.65.3
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Oct 23, 2024
1 parent fddbe45 commit de1f3c7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="v1.65.3"></a>
### v1.65.3 (2024-10-23)

#### Bug Fixes

* **test**
* explicitly require ostruct as non stdlib in ruby 3.5.x ([c9a8525](/../../commit/c9a8525))

<a name="v1.65.2"></a>
### v1.65.2 (2024-09-26)

Expand Down
2 changes: 1 addition & 1 deletion lib/pact/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Remember to bump pact-provider-proxy when this changes major version
module Pact
VERSION = "1.65.2"
VERSION = "1.65.3"
end

0 comments on commit de1f3c7

Please sign in to comment.