Skip to content

Commit

Permalink
chore(release): version 1.64.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Dec 20, 2023
1 parent 2e1030a commit fc35041
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
<a name="v1.64.0"></a>
### v1.64.0 (2023-11-09)

#### Features

* support x509 certs in HTTP Client (#298) ([3ed5680](/../../commit/3ed5680))

* **CI**
* use setup-ruby's bundle installer and cache (#275) ([f5621b6](/../../commit/f5621b6))

#### Bug Fixes

* assert provider retrieved successfully before using link ([0af0691](/../../commit/0af0691))
* update call to Rack::Builder.parse_file for rack 3 ([652047c](/../../commit/652047c))
* example/zoo-app/Gemfile to reduce vulnerabilities ([b4ca8cb](/../../commit/b4ca8cb))
* example/animal-service/Gemfile to reduce vulnerabilities ([7ad2073](/../../commit/7ad2073))
* example/zoo-app/Gemfile to reduce vulnerabilities ([dd417fd](/../../commit/dd417fd))
* example/animal-service/Gemfile to reduce vulnerabilities (#281) ([4ea07cd](/../../commit/4ea07cd))

<a name="v1.63.0"></a>
### v1.63.0 (2022-09-28)

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

0 comments on commit fc35041

Please sign in to comment.