Skip to content

Commit

Permalink
chore(release): version 1.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jun 16, 2021
1 parent 9b08529 commit 14f5f6c
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="v1.45.0"></a>
### v1.45.0 (2021-06-16)

#### Features

* **can-i-deploy**
* allow dry-run to be enabled by setting ACT_BROKER_CAN_I_DEPLOY_DRY_RUN=true ([0562436](/../../commit/0562436))
* add --dry-run option ([9d90c79](/../../commit/9d90c79))

* add record-support-ended (feature toggled off) ([8f6b593](/../../commit/8f6b593))
* update record-undeployment (feature toggled off) ([0c0dd15](/../../commit/0c0dd15))
* update record-undeployment (feature toggled off) ([93046d5](/../../commit/93046d5))

<a name="v1.44.0"></a>
### v1.44.0 (2021-06-09)

Expand Down
2 changes: 1 addition & 1 deletion lib/pact_broker/client/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module PactBroker
module Client
VERSION = '1.44.0'
VERSION = '1.45.0'
end
end

0 comments on commit 14f5f6c

Please sign in to comment.