Skip to content

Commit

Permalink
chore(release): version 1.66.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Nov 29, 2024
1 parent b322d86 commit cf1884f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<a name="v1.66.0"></a>
### v1.66.0 (2024-11-29)

#### Features

* **generators**
* Add more generators as per spec ([f55adf1](/../../commit/f55adf1))
* Pass context and add ProviderState generator ([7a1cf3b](/../../commit/7a1cf3b))

#### Bug Fixes

* add HTTPS_HOST header if invoking a Sinatra app ([ed44189](/../../commit/ed44189))
* example/animal-service/Gemfile to reduce vulnerabilities ([981ebee](/../../commit/981ebee))

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

Expand Down
2 changes: 1 addition & 1 deletion lib/pact/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Remember to bump pact-provider-proxy when this changes major version
module Pact
VERSION = "1.65.3"
VERSION = "1.66.0"
end

0 comments on commit cf1884f

Please sign in to comment.