From f48b9941dcab66b09c3535fd0cdf00d725188598 Mon Sep 17 00:00:00 2001 From: Julik Tarkhanov Date: Fri, 8 Nov 2024 14:01:50 +0000 Subject: [PATCH] Bump version and changelog --- CHANGELOG.md | 4 ++++ lib/idempo/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2a5f83..7bd2481 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.2.3 + +- Streamline integration with both Rack 2 and 3, add tests for request fingerprinting. + ## 1.2.2 - Support `#to_ary` on Rack response bodies on newer Rails/Rack versions diff --git a/lib/idempo/version.rb b/lib/idempo/version.rb index feb6269..e490b3f 100644 --- a/lib/idempo/version.rb +++ b/lib/idempo/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true class Idempo - VERSION = "1.2.2" + VERSION = "1.2.3" end