Skip to content

Commit

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

#### Bug Fixes

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

* use single quotes for pact term creation err msg ([d770791](/../../commit/d770791))

<a name="v1.20.1"></a>
### v1.20.1 (2024-08-08)

Expand Down
2 changes: 1 addition & 1 deletion lib/pact/support/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Pact
module Support
VERSION = "1.20.1"
VERSION = "1.20.2"
end
end

0 comments on commit 4ae667f

Please sign in to comment.