Skip to content

Commit

Permalink
chore(release): version 1.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Feb 26, 2021
1 parent f15452d commit 7d3dd63
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="v1.36.0"></a>
### v1.36.0 (2021-02-21)

#### Features

* **can-i-deploy**
* add --to-environment option ([05ae44c](/../../commit/05ae44c))

* support version branch and build URL when publishing pacts ([a75f7df](/../../commit/a75f7df))

<a name="v1.35.0"></a>
### v1.35.0 (2021-01-21)

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.35.0'
VERSION = '1.36.0'
end
end

0 comments on commit 7d3dd63

Please sign in to comment.