Skip to content

Commit

Permalink
chore(release): version 2.103.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Sep 16, 2022
1 parent d9a3a2b commit 418e9fd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<a name="v2.103.0"></a>
### v2.103.0 (2022-09-14)

#### Features

* allow rack protection use and except options to be configured ([f44db585](/../../commit/f44db585))

* **can-i-deploy**
* only warn about missing version numbers if there are no selectors with a version number ([ac4e1e73](/../../commit/ac4e1e73))

#### Bug Fixes

* correctly identify database version when schema_migrations table is empty ([dcb59203](/../../commit/dcb59203))

<a name="v2.102.2"></a>
### v2.102.2 (2022-07-14)

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.102.2"
VERSION = "2.103.0"
end

0 comments on commit 418e9fd

Please sign in to comment.