Skip to content

Commit

Permalink
chore(release): version 3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jan 20, 2023
1 parent 9f984e1 commit c51b79c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="v3.11.0"></a>
### v3.11.0 (2022-08-17)

#### Features

* only print metrics warning once per thread ([1ae43da](/../../commit/1ae43da))

#### Bug Fixes

* fix ruby `circular require` warning (#136) ([615e59c](/../../commit/615e59c))

<a name="v3.10.0"></a>
### v3.10.0 (2022-02-21)

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.10.0"
VERSION = "3.11.0"
end
end

0 comments on commit c51b79c

Please sign in to comment.