Skip to content

Commit 818f5fd

Browse files
authored
v2.2.0 (#250)
1 parent e1fbebf commit 818f5fd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## HEAD
22

3+
## 2.2.0
4+
35
- Support REQUEST_METHOD, REQUEST_BODY, CONTENT_TYPE, and CONTENT_LENGTH env vars (https://github.com/zombocom/derailed_benchmarks/pull/234, https://github.com/zombocom/derailed_benchmarks/pull/122)
46
- Support ruby-statistics 4.x (https://github.com/zombocom/derailed_benchmarks/pull/238,
57
https://github.com/zombocom/derailed_benchmarks/pull/239, https://github.com/zombocom/derailed_benchmarks/pull/247)

lib/derailed_benchmarks/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module DerailedBenchmarks
4-
VERSION = "2.1.2"
4+
VERSION = "2.2.0"
55
end

0 commit comments

Comments
 (0)