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