We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a3c13a commit 20dcfc5Copy full SHA for 20dcfc5
README.md
@@ -22,7 +22,7 @@ This version of the gem is compatible with `Ruby 2.1` and above.
22
23
Using bundler:
24
25
- gem 'intercom', '~> 3.7.1'
+ gem 'intercom', '~> 3.7.2'
26
27
## Basic Usage
28
changes.txt
@@ -1,3 +1,6 @@
1
+3.7.2
2
+Added error handling for when an app's custom attribute limits have been reached.
3
+
4
3.7.1
5
Extra version bump after faulty previous bump
6
lib/intercom/version.rb
@@ -1,3 +1,3 @@
module Intercom #:nodoc:
- VERSION = "3.7.1"
+ VERSION = "3.7.2"
end
0 commit comments