Skip to content

Commit fc35041

Browse files
committed
chore(release): version 1.64.0
1 parent 2e1030a commit fc35041

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
<a name="v1.64.0"></a>
2+
### v1.64.0 (2023-11-09)
3+
4+
#### Features
5+
6+
* support x509 certs in HTTP Client (#298) ([3ed5680](/../../commit/3ed5680))
7+
8+
* **CI**
9+
* use setup-ruby's bundle installer and cache (#275) ([f5621b6](/../../commit/f5621b6))
10+
11+
#### Bug Fixes
12+
13+
* assert provider retrieved successfully before using link ([0af0691](/../../commit/0af0691))
14+
* update call to Rack::Builder.parse_file for rack 3 ([652047c](/../../commit/652047c))
15+
* example/zoo-app/Gemfile to reduce vulnerabilities ([b4ca8cb](/../../commit/b4ca8cb))
16+
* example/animal-service/Gemfile to reduce vulnerabilities ([7ad2073](/../../commit/7ad2073))
17+
* example/zoo-app/Gemfile to reduce vulnerabilities ([dd417fd](/../../commit/dd417fd))
18+
* example/animal-service/Gemfile to reduce vulnerabilities (#281) ([4ea07cd](/../../commit/4ea07cd))
19+
120
<a name="v1.63.0"></a>
221
### v1.63.0 (2022-09-28)
322

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.63.0"
3+
VERSION = "1.64.0"
44
end

0 commit comments

Comments
 (0)