We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb2e977 commit 43a0b77Copy full SHA for 43a0b77
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.6'
+ gem 'intercom', '~> 3.7.7'
26
27
## Basic Usage
28
changes.txt
@@ -1,3 +1,6 @@
1
+3.7.7
2
+Remove deprecated features from Gemspec
3
+
4
3.7.6
5
Added error handling for invalid_document error state
6
lib/intercom/version.rb
@@ -1,3 +1,3 @@
module Intercom #:nodoc:
- VERSION = "3.7.6"
+ VERSION = "3.7.7"
end
0 commit comments