We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f55d263 commit 7020bf0Copy full SHA for 7020bf0
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.2'
+ gem 'intercom', '~> 3.7.3'
26
27
## Basic Usage
28
changes.txt
@@ -1,3 +1,6 @@
1
+3.7.3
2
+Added error handling for when an admin cannot be found.
3
+
4
3.7.2
5
Added error handling for when an app's custom attribute limits have been reached.
6
lib/intercom/version.rb
@@ -1,3 +1,3 @@
module Intercom #:nodoc:
- VERSION = "3.7.2"
+ VERSION = "3.7.3"
end
0 commit comments