Skip to content

Commit

Permalink
chore(release): version 2.109.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Feb 5, 2024
1 parent 476b1c0 commit 6a62441
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
<a name="v2.109.0"></a>
### v2.109.0 (2024-02-01)

#### Features

* use SemanticLogger for Padrino (#662) ([5d9d7002](/../../commit/5d9d7002))
* improve performance of publication for very large pacts by calculating the content SHA only once per request ([a947e409](/../../commit/a947e409))

#### Bug Fixes

* pass in environment to environment policy when getting an individual environment ([5c386a43](/../../commit/5c386a43))
* Dockerfile to reduce vulnerabilities (#650) ([9aaa3484](/../../commit/9aaa3484))

<a name="v2.108.0"></a>
### v2.108.0 (2024-01-05)

Expand Down
2 changes: 1 addition & 1 deletion lib/pact_broker/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PactBroker
VERSION = "2.108.0"
VERSION = "2.109.0"
end

0 comments on commit 6a62441

Please sign in to comment.