Skip to content

Commit

Permalink
chore(release): version 1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Oct 18, 2023
1 parent 6a36a48 commit b159462
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<a name="v1.20.0"></a>
### v1.20.0 (2023-10-19)

#### Features

* handle x509 certs in HTTP Client (#99) ([6a36a48](/../../commit/6a36a48))

<a name="v1.19.0"></a>
### v1.19.0 (2022-11-15)

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.19.0"
VERSION = "1.20.0"
end
end

0 comments on commit b159462

Please sign in to comment.