From da66ac033c5cb6c5f374cb7af7285f6be080fe9f Mon Sep 17 00:00:00 2001 From: Vedran Date: Mon, 1 Sep 2025 15:19:56 +0100 Subject: [PATCH] Revert "Bump version to 4.2.1 (#621)" This reverts commit fd1d603aac38bba97f252c9877b210c43fe8971b. --- changes.txt | 4 ---- lib/intercom/version.rb | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/changes.txt b/changes.txt index cac520a..0783aa8 100644 --- a/changes.txt +++ b/changes.txt @@ -1,7 +1,3 @@ -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 8e27d97..0529f64 100644 --- a/lib/intercom/version.rb +++ b/lib/intercom/version.rb @@ -1,3 +1,3 @@ module Intercom #:nodoc: - VERSION = "4.2.1" + VERSION = "4.2.0" end