Skip to content

Commit

Permalink
chore(release): version 1.33.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Aug 28, 2018
1 parent 01c0df7 commit 039c690
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.33.1"></a>
### v1.33.1 (2018-08-28)


#### Features

* rename 'wip pacts' to 'pending pacts' ([6a46ebb](/../../commit/6a46ebb))

* **verify cli**
* rename --wip to --ignore-failures ([8e2dffd](/../../commit/8e2dffd))


#### Bug Fixes

* correct version for dependency on pact-mock_service ([01c0df7](/../../commit/01c0df7))


<a name="v1.33.0"></a>
### v1.33.0 (2018-08-07)

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.33.0"
VERSION = "1.33.1"
end

0 comments on commit 039c690

Please sign in to comment.