Skip to content

Commit

Permalink
chore(release): version 1.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed May 30, 2021
1 parent 8d8f8a4 commit 2de8275
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<a name="v1.42.0"></a>
### v1.42.0 (2021-05-31)

#### Features

* add list-pacticipants ([fc8ce3b](/../../commit/fc8ce3b))
* add --display-name to create-or-update-pacticipant ([76f323b](/../../commit/76f323b))
* add backtrace to error output when verbose is true ([abf1ef0](/../../commit/abf1ef0))
* add list-environments and describe-environment ([4472d48](/../../commit/4472d48))
* add delete-environment ([361eed1](/../../commit/361eed1))
* add update-environment command ([95276cd](/../../commit/95276cd))
* add create-environment command ([a9fab50](/../../commit/a9fab50))

#### Bug Fixes

* stop long values in columns from being truncated ([18063fd](/../../commit/18063fd))

<a name="v1.41.0"></a>
### v1.41.0 (2021-05-25)

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.41.0'
VERSION = '1.42.0'
end
end

0 comments on commit 2de8275

Please sign in to comment.