We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b322d86 commit cf1884fCopy full SHA for cf1884f
CHANGELOG.md
@@ -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
15
<a name="v1.65.3"></a>
16
### v1.65.3 (2024-10-23)
17
lib/pact/version.rb
@@ -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 commit comments