From 615e5a756bf108b507a20489a58b4153f98e8b22 Mon Sep 17 00:00:00 2001 From: Schneems Date: Fri, 11 Oct 2024 15:50:04 -0500 Subject: [PATCH] v2.2.0 --- CHANGELOG.md | 2 ++ lib/derailed_benchmarks/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4da1e87..4bbc67c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## HEAD +## 2.2.0 + - 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) - Support ruby-statistics 4.x (https://github.com/zombocom/derailed_benchmarks/pull/238, https://github.com/zombocom/derailed_benchmarks/pull/239) - Repair tests, support ruby-statistics in ruby < 3.0 (https://github.com/zombocom/derailed_benchmarks/pull/241) diff --git a/lib/derailed_benchmarks/version.rb b/lib/derailed_benchmarks/version.rb index 72dde49..403f820 100644 --- a/lib/derailed_benchmarks/version.rb +++ b/lib/derailed_benchmarks/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module DerailedBenchmarks - VERSION = "2.1.2" + VERSION = "2.2.0" end