We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f984e1 commit c51b79cCopy full SHA for c51b79c
CHANGELOG.md
@@ -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
12
<a name="v3.10.0"></a>
13
### v3.10.0 (2022-02-21)
14
lib/pact/mock_service/version.rb
@@ -1,5 +1,5 @@
module Pact
module MockService
- VERSION = "3.10.0"
+ VERSION = "3.11.0"
end
0 commit comments