From bd76d17bfc875e2aa8ecd05be5d175ce65116534 Mon Sep 17 00:00:00 2001 From: VedranZoricic Date: Mon, 1 Sep 2025 15:10:17 +0100 Subject: [PATCH] Bump version to 4.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Version bump to 4.2.1 - Updated changelog with FlatStore improvements 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- changes.txt | 4 ++++ lib/intercom/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changes.txt b/changes.txt index 0783aa8..cac520a 100644 --- a/changes.txt +++ b/changes.txt @@ -1,3 +1,7 @@ +4.2.1 +- Fixed FlatStore to skip hash values when building API request payloads +- Removed hash validation on FlatStore reads to allow for custom objects + 4.1.3 - Updated ReadMe with more errors. - Fixed issue where paginated requests could only be iterated through once. diff --git a/lib/intercom/version.rb b/lib/intercom/version.rb index 0529f64..8e27d97 100644 --- a/lib/intercom/version.rb +++ b/lib/intercom/version.rb @@ -1,3 +1,3 @@ module Intercom #:nodoc: - VERSION = "4.2.0" + VERSION = "4.2.1" end