Skip to content

Commit

Permalink
chore(release): version 2.75.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jan 20, 2021
1 parent fdc4ed5 commit 1920031
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="v2.75.0"></a>
### v2.75.0 (2021-01-18)

#### Features

* upgrade bootstrap (#370) ([a457c337](/../../commit/a457c337))
* add indexes to webhook_executions and triggered_webhooks tables ([b05e7dbe](/../../commit/b05e7dbe))

* **webhook**
* set read and open timeouts ([8b502c44](/../../commit/8b502c44))

#### Bug Fixes

* **ui**
* upgrade to jquery-3.5.1 to address vulnerabilities in jquery-3.3.1 ([de41b231](/../../commit/de41b231))

* **deps**
* upgrade redcarpet for CVE-2020-26298 ([b57aad32](/../../commit/b57aad32))

<a name="v2.74.1"></a>
### v2.74.1 (2021-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.74.1'
VERSION = '2.75.0'
end

0 comments on commit 1920031

Please sign in to comment.