From 6be59e4c8b68c8dafaca307d016ecc88239f7262 Mon Sep 17 00:00:00 2001 From: Jason Kim Date: Tue, 9 Apr 2024 10:54:37 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Neil Donewar --- CHANGELOG.md | 2 +- lib/elastomer_client/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6752c481..943dee7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 6.0.4 (2024-04-05) +## 6.1.0 (2024-04-09) - Replace `Faraday::Error::*` with `Faraday::*` error classes - Handle all `Faraday::Error` instead of `Faraday::Error::ClientError` - Unlock faraday version to allow 1.0.0 diff --git a/lib/elastomer_client/version.rb b/lib/elastomer_client/version.rb index 24b460cf..8535cd82 100644 --- a/lib/elastomer_client/version.rb +++ b/lib/elastomer_client/version.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true module ElastomerClient - VERSION = "6.0.4" + VERSION = "6.1.0" def self.version VERSION