From 26c1bfd01e2baefad03c11850339141cf4579425 Mon Sep 17 00:00:00 2001 From: YOU54F Date: Fri, 29 Nov 2024 19:42:07 +0000 Subject: [PATCH] chore(release): version 1.39.0 --- CHANGELOG.md | 15 +++++++++++++++ lib/pact/provider_verifier/version.rb | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e7eb11..2ea37c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +### v1.39.0 (2024-11-29) + +#### Features + +* rack 3 support with rack 2 backwards compat ([c534282](/../../commit/c534282)) + +* **generators** + * More test cases ([78a42d7](/../../commit/78a42d7)) + * Pass provider state results back so we can use ProviderState generator ([89fe1c4](/../../commit/89fe1c4)) + +#### Bug Fixes + +* support rack 2 and 3 ([b812dc0](/../../commit/b812dc0)) + ### v1.38.2 (2024-10-23) diff --git a/lib/pact/provider_verifier/version.rb b/lib/pact/provider_verifier/version.rb index 799ea68..c60b146 100644 --- a/lib/pact/provider_verifier/version.rb +++ b/lib/pact/provider_verifier/version.rb @@ -1,5 +1,5 @@ module Pact module ProviderVerifier - VERSION = "1.38.2" + VERSION = "1.39.0" end end