From c894eb807291687fd256758b392a3298355efe94 Mon Sep 17 00:00:00 2001 From: YOU54F Date: Fri, 13 Oct 2023 12:56:51 +0000 Subject: [PATCH] chore(release): version 1.73.0 --- CHANGELOG.md | 10 ++++++++++ lib/pact_broker/client/version.rb | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2988e55..e1417e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +### 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)) + ### v1.72.0 (2023-09-11) diff --git a/lib/pact_broker/client/version.rb b/lib/pact_broker/client/version.rb index c1b2b9c..38bf7ba 100644 --- a/lib/pact_broker/client/version.rb +++ b/lib/pact_broker/client/version.rb @@ -1,5 +1,5 @@ module PactBroker module Client - VERSION = '1.72.0' + VERSION = '1.73.0' end end