Skip to content

Commit

Permalink
chore(release): version 1.73.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Oct 13, 2023
1 parent 4e5f6f3 commit c894eb8
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.73.0"></a>
### v1.73.0 (2023-10-13)

#### Features

* print warnings and allow error to be raised when unknown option is used ([5412121](/../../commit/5412121))
* raise an error when an em dash is used instead of a normal dash ([0e8e773](/../../commit/0e8e773))
* support --help and -h flags ([a6458ab](/../../commit/a6458ab))
* handle x509 certs in HTTP Client (#142) ([c3aa8dc](/../../commit/c3aa8dc))

<a name="v1.72.0"></a>
### v1.72.0 (2023-09-11)

Expand Down
2 changes: 1 addition & 1 deletion lib/pact_broker/client/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module PactBroker
module Client
VERSION = '1.72.0'
VERSION = '1.73.0'
end
end

0 comments on commit c894eb8

Please sign in to comment.