Skip to content

Commit

Permalink
Releasing version 1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jan 15, 2020
1 parent 38a68f3 commit f5dc078
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
<a name="v1.21.0"></a>
### v1.21.0 (2020-01-16)


#### Features

* attempt to get git branch name from environment variable first before running git ([122973b](/../../commit/122973b))


#### Bug Fixes

* **can-i-deploy**
* if only one selector is specified and no --to TAG is specified, set latest=true for automatically calculated dependencies ([ec10b72](/../../commit/ec10b72))

* remove -u alias for --broker-username for create-webhook as it clashes with the -u from the curl command ([9463eff](/../../commit/9463eff))
* Fix invalid environment variable names in can-i-deploy docs ([2b26081](/../../commit/2b26081))


<a name="v1.20.0"></a>
### v1.20.0 (2019-08-27)

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.20.0'
VERSION = '1.21.0'
end
end

0 comments on commit f5dc078

Please sign in to comment.