Skip to content

Commit cf1884f

Browse files
committed
chore(release): version 1.66.0
1 parent b322d86 commit cf1884f

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
<a name="v1.66.0"></a>
2+
### v1.66.0 (2024-11-29)
3+
4+
#### Features
5+
6+
* **generators**
7+
* Add more generators as per spec ([f55adf1](/../../commit/f55adf1))
8+
* Pass context and add ProviderState generator ([7a1cf3b](/../../commit/7a1cf3b))
9+
10+
#### Bug Fixes
11+
12+
* add HTTPS_HOST header if invoking a Sinatra app ([ed44189](/../../commit/ed44189))
13+
* example/animal-service/Gemfile to reduce vulnerabilities ([981ebee](/../../commit/981ebee))
14+
115
<a name="v1.65.3"></a>
216
### v1.65.3 (2024-10-23)
317

lib/pact/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Remember to bump pact-provider-proxy when this changes major version
22
module Pact
3-
VERSION = "1.65.3"
3+
VERSION = "1.66.0"
44
end

0 commit comments

Comments
 (0)