Skip to content

Commit fd1d603

Browse files
Bump version to 4.2.1 (#621)
- Version bump to 4.2.1 - Updated changelog with FlatStore improvements 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <[email protected]>
1 parent 0d3e6a9 commit fd1d603

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

changes.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
4.2.1
2+
- Fixed FlatStore to skip hash values when building API request payloads
3+
- Removed hash validation on FlatStore reads to allow for custom objects
4+
15
4.1.3
26
- Updated ReadMe with more errors.
37
- Fixed issue where paginated requests could only be iterated through once.

lib/intercom/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Intercom #:nodoc:
2-
VERSION = "4.2.0"
2+
VERSION = "4.2.1"
33
end

0 commit comments

Comments
 (0)