Skip to content

Commit

Permalink
chore(release): version 1.33.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Sep 5, 2018
1 parent 0e01451 commit c2f40ee
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<a name="v1.33.2"></a>
### v1.33.2 (2018-09-06)


#### Bug Fixes

* add missing requires for pact/errors ([0e01451](/../../commit/0e01451))


<a name="v1.33.1"></a>
### v1.33.1 (2018-08-28)

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.1"
VERSION = "1.33.2"
end

0 comments on commit c2f40ee

Please sign in to comment.