Skip to content

Commit

Permalink
chore(release): version 1.65.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Aug 7, 2024
1 parent 84b406f commit 6e4c4be
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
<a name="v1.65.0"></a>
### v1.65.0 (2024-08-06)

#### Features

* support app_version_branch in MessageProviderDSL ([1653128](/../../commit/1653128))
* allow setting fail_if_no_pacts_found in honours_pacts_from_pact_broker ([f0f142e](/../../commit/f0f142e))

#### Bug Fixes

* handle case in no_pacts_found - undefined method empty? for nil ([0145d2d](/../../commit/0145d2d))
* remove unused ConsumerContractBuilder contract_details accessor ([fb5488e](/../../commit/fb5488e))
* example/animal-service/Gemfile to reduce vulnerabilities ([2bbefe2](/../../commit/2bbefe2))
* example/zoo-app/Gemfile to reduce vulnerabilities ([e10f914](/../../commit/e10f914))
* example/animal-service/Gemfile to reduce vulnerabilities ([7560918](/../../commit/7560918))
* example/zoo-app/Gemfile to reduce vulnerabilities ([b4cbe85](/../../commit/b4cbe85))
* example/animal-service/Gemfile to reduce vulnerabilities ([4028087](/../../commit/4028087))
* ConsumerContractBuilder exposing incorrect field ([c805c3e](/../../commit/c805c3e))

* **test**
* alias Rack/Rackup WEBrick handler in x509 test for backwards compat ([cc77498](/../../commit/cc77498))

<a name="v1.64.0"></a>
### v1.64.0 (2023-11-09)

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

0 comments on commit 6e4c4be

Please sign in to comment.