Skip to content

Commit

Permalink
chore(release): version 1.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Nov 29, 2024
1 parent dc4b9f5 commit 26c1bfd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="v1.39.0"></a>
### 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))

<a name="v1.38.2"></a>
### v1.38.2 (2024-10-23)

Expand Down
2 changes: 1 addition & 1 deletion lib/pact/provider_verifier/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Pact
module ProviderVerifier
VERSION = "1.38.2"
VERSION = "1.39.0"
end
end

0 comments on commit 26c1bfd

Please sign in to comment.