We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fae9d35 commit f4413b9Copy full SHA for f4413b9
README.md
@@ -21,7 +21,7 @@ This version of the gem is compatible with `Ruby 2.1` and above.
21
22
Using bundler:
23
24
- gem 'intercom', '~> 4.0'
+ gem 'intercom', '~> 4.1'
25
26
## Basic Usage
27
changes.txt
@@ -1,3 +1,10 @@
1
+4.1.0
2
+- Added support for new Articles API.
3
+- Added support for new Collections API.
4
+- Added support for new Sections API.
5
+- Added support to equate two resources.
6
+- Fixed issue for dirty tracking nested typed objects.
7
+
8
4.0.1
9
- Fixed bug with nested resources.
10
- Support for add/remove contact on conversation object.
lib/intercom/version.rb
@@ -1,3 +1,3 @@
module Intercom #:nodoc:
- VERSION = "4.0.1"
+ VERSION = "4.1.0"
end
0 commit comments