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 Oct 3, 2018
1 parent 0a6b7ae commit 778788d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="v1.36.0"></a>
### v1.36.0 (2018-10-04)


#### Features

* **v3**
* make provider state params available to set up and tear down blocks ([9593730](/../../commit/9593730))
* support set up and tear down of multiple provider states ([cbad0be](/../../commit/cbad0be))


<a name="v1.34.0"></a>
### v1.34.0 (2018-09-06)

Expand Down
2 changes: 1 addition & 1 deletion lib/pact/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Remember to bump pact-provider-proxy when this changes major version
module Pact
VERSION = "1.34.0"
VERSION = "1.36.0"
end

0 comments on commit 778788d

Please sign in to comment.