From 1b015d0cf8993631fb0eef25f6e1fdd9ea69f2a5 Mon Sep 17 00:00:00 2001 From: Shalvah Adebayo <104110245+shalvah-gs@users.noreply.github.com> Date: Wed, 8 Jun 2022 13:21:06 +0200 Subject: [PATCH] V1.0.4 (#134) --- CHANGELOG.md | 3 +++ Gemfile.lock | 2 +- lib/nxt_http_client/version.rb | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d257b38..86ce240 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# v1.0.4 2022-06-08 +- Fix bug where callbacks were shared between unrelated child client class ([#130](https://github.com/nxt-insurance/nxt_http_client/pull/130)) + # v1.0.3 2022-02-08 - Relax dependency version constraints, allow activesupport < 8 diff --git a/Gemfile.lock b/Gemfile.lock index f57d5ad..feaff87 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - nxt_http_client (1.0.3) + nxt_http_client (1.0.4) activesupport (< 8.0) nxt_registry typhoeus diff --git a/lib/nxt_http_client/version.rb b/lib/nxt_http_client/version.rb index dd60788..61628b4 100644 --- a/lib/nxt_http_client/version.rb +++ b/lib/nxt_http_client/version.rb @@ -1,3 +1,3 @@ module NxtHttpClient - VERSION = "1.0.3" + VERSION = "1.0.4" end