Skip to content

Commit

Permalink
chore(release): version 1.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jun 9, 2021
1 parent 581f2fd commit e718555
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.44.0"></a>
### v1.44.0 (2021-06-09)

#### Features

* add record-undeployment (feature toggled off) ([951d334](/../../commit/951d334))
* add describe-environment command ([cd11ebb](/../../commit/cd11ebb))
* add record-release (feature toggled off) ([e32e4e5](/../../commit/e32e4e5))

#### Bug Fixes

* hardcode file requires Fixes: https://github.com/pact-foundation/pact_broker-client/issues/88 ([581f2fd](/../../commit/581f2fd))

<a name="v1.43.0"></a>
### v1.43.0 (2021-06-03)

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.43.0'
VERSION = '1.44.0'
end
end

0 comments on commit e718555

Please sign in to comment.