Skip to content

Commit 6e4c4be

Browse files
committed
chore(release): version 1.65.0
1 parent 84b406f commit 6e4c4be

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
<a name="v1.65.0"></a>
2+
### v1.65.0 (2024-08-06)
3+
4+
#### Features
5+
6+
* support app_version_branch in MessageProviderDSL ([1653128](/../../commit/1653128))
7+
* allow setting fail_if_no_pacts_found in honours_pacts_from_pact_broker ([f0f142e](/../../commit/f0f142e))
8+
9+
#### Bug Fixes
10+
11+
* handle case in no_pacts_found - undefined method empty? for nil ([0145d2d](/../../commit/0145d2d))
12+
* remove unused ConsumerContractBuilder contract_details accessor ([fb5488e](/../../commit/fb5488e))
13+
* example/animal-service/Gemfile to reduce vulnerabilities ([2bbefe2](/../../commit/2bbefe2))
14+
* example/zoo-app/Gemfile to reduce vulnerabilities ([e10f914](/../../commit/e10f914))
15+
* example/animal-service/Gemfile to reduce vulnerabilities ([7560918](/../../commit/7560918))
16+
* example/zoo-app/Gemfile to reduce vulnerabilities ([b4cbe85](/../../commit/b4cbe85))
17+
* example/animal-service/Gemfile to reduce vulnerabilities ([4028087](/../../commit/4028087))
18+
* ConsumerContractBuilder exposing incorrect field ([c805c3e](/../../commit/c805c3e))
19+
20+
* **test**
21+
* alias Rack/Rackup WEBrick handler in x509 test for backwards compat ([cc77498](/../../commit/cc77498))
22+
123
<a name="v1.64.0"></a>
224
### v1.64.0 (2023-11-09)
325

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

0 commit comments

Comments
 (0)