Skip to content

Commit

Permalink
chore(release): version 3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jun 3, 2021
1 parent d26e520 commit 5fa1e77
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<a name="v3.9.1"></a>
### v3.9.1 (2021-06-03)

#### Bug Fixes

* check for nil body rather than falsey body when determining how to render mocked response Fixes: https://github.com/pact-foundation/pact-mock_service/issues/99 ([d26e520](/../../commit/d26e520))

<a name="v3.9.0"></a>
### v3.9.0 (2021-05-17)

Expand Down
2 changes: 1 addition & 1 deletion lib/pact/mock_service/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Pact
module MockService
VERSION = "3.9.0"
VERSION = "3.9.1"
end
end

0 comments on commit 5fa1e77

Please sign in to comment.