Skip to content

Commit 0e7bc86

Browse files
committed
chore(release): version 3.6.1
1 parent 4a46c21 commit 0e7bc86

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<a name="v3.6.1"></a>
2+
### v3.6.1 (2020-04-22)
3+
4+
5+
#### Bug Fixes
6+
7+
* fix Ruby 2.7 kwargs warning (#122) ([4a46c21](/../../commit/4a46c21))
8+
9+
110
<a name="v3.6.0"></a>
211
### v3.6.0 (2020-03-14)
312

lib/pact/mock_service/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Pact
22
module MockService
3-
VERSION = "3.6.0"
3+
VERSION = "3.6.1"
44
end
55
end

0 commit comments

Comments
 (0)