Skip to content

Commit c51b79c

Browse files
committed
chore(release): version 3.11.0
1 parent 9f984e1 commit c51b79c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<a name="v3.11.0"></a>
2+
### v3.11.0 (2022-08-17)
3+
4+
#### Features
5+
6+
* only print metrics warning once per thread ([1ae43da](/../../commit/1ae43da))
7+
8+
#### Bug Fixes
9+
10+
* fix ruby `circular require` warning (#136) ([615e59c](/../../commit/615e59c))
11+
112
<a name="v3.10.0"></a>
213
### v3.10.0 (2022-02-21)
314

lib/pact/mock_service/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Pact
22
module MockService
3-
VERSION = "3.10.0"
3+
VERSION = "3.11.0"
44
end
55
end

0 commit comments

Comments
 (0)