CHANGELOG_RB.md in sunshine-conversations-client-9.10.0 vs CHANGELOG_RB.md in sunshine-conversations-client-9.11.0
- old
+ new
@@ -1,114 +1,121 @@
# Changelog
+## [9.11.0] - 2022-07-28
+
+### Added
+
+- Added `conversation:referral` event.
+ This currently fires when a user is referred to an existing conversation.
+
## [9.10.0] - 2022-07-19
### Added
-- Added a new `unblocked` reason for the `client:update` webhook event.
+- Added a new `unblocked` reason for the `client:update` webhook event.
## [9.9.0] - 2022-07-12
### Added
-- Added new `appLocalizationEnabled` parameter to app settings.
+- Added new `appLocalizationEnabled` parameter to app settings.
## [9.8.0] - 2022-06-29
### Added
-- `metadata` property now appear in the `conversation` object in webhook events
+- `metadata` property now appear in the `conversation` object in webhook events
## [9.7.0] - 2022-05-05
### Added
-- Added a `releaseControl` action endpoint to the Switchboard Actions API.
+- Added a `releaseControl` action endpoint to the Switchboard Actions API.
## [9.6.0] - 2022-03-23
### Added
-- Added `user:update` event. This event currently fires when an anonymous user is converted to an authenticated user.
-- Added missing `reason` in the `user:merge` webhook payload example.
+- Added `user:update` event. This event currently fires when an anonymous user is converted to an authenticated user.
+- Added missing `reason` in the `user:merge` webhook payload example.
## [9.5.7] - 2022-01-04
-- Added missing pageId and pageName properties on Messenger integration.
+- Added missing pageId and pageName properties on Messenger integration.
## [9.5.6] - 2021-11-30
-- Dependencies security update; Ruby wrapper not affected.
+- Dependencies security update; Ruby wrapper not affected.
## [9.4.6] - 2021-09-28
-- Added channel linking events
-- Added `canUserSeeConversationList` in the `web` integration
-- Updated RESTeasy to the latest version
+- Added channel linking events
+- Added `canUserSeeConversationList` in the `web` integration
+- Updated RESTeasy to the latest version
## [9.4.5] - 2021-08-23
-- Added page[before|after|size] query parameter constraints.
+- Added page[before|after|size] query parameter constraints.
## [9.4.4] - 2021-04-12
### Added
-- Added `messagingServiceSid` field when creating a Twilio integration that will use Messaging Services.
+- Added `messagingServiceSid` field when creating a Twilio integration that will use Messaging Services.
## [9.4.3] - 2021-02-16
### Fixed
-- Fixed: query `Page1` instead of `Page` being used in the v2 List Messages API
-- Fixed: property `displayName` should not be `nullable` in v2 App Key API
+- Fixed: query `Page1` instead of `Page` being used in the v2 List Messages API
+- Fixed: property `displayName` should not be `nullable` in v2 App Key API
## [9.4.2] - 2021-01-06
### Added
-- Added `phoneNumber` to the `integration` whatsapp response
-- Added a message type `template` in the Post Message API
+- Added `phoneNumber` to the `integration` whatsapp response
+- Added a message type `template` in the Post Message API
### Changed
-- Removed `channelId` and `channelSecret` as required fields when creating a LINE integration
+- Removed `channelId` and `channelSecret` as required fields when creating a LINE integration
### Fixed
-- Fixed: property `messageSchema` should be `schema` in v2 Post Message API
+- Fixed: property `messageSchema` should be `schema` in v2 Post Message API
## [9.4.1] - 2020-12-16
### Changed
-- Changed the limit of the `select` field options from 20 to 100
+- Changed the limit of the `select` field options from 20 to 100
## [9.4.0] - 2020-12-15
### Added
-- Added a new user profile field `locale`
+- Added a new user profile field `locale`
## [9.3.0] - 2020-11-18
### Added
-- Added a new optional field `altText` to the [message schema](https://docs.smooch.io/rest/#operation/postMessage) when sending an image or a file
+- Added a new optional field `altText` to the [message schema](https://docs.smooch.io/rest/#operation/postMessage) when sending an image or a file
## [9.2.0] - 2020-11-16
### Added
-- Added support for Instagram Direct
+- Added support for Instagram Direct
## [9.1.1] - 2020-11-11
### Fixed
-- Fixed rubygems upload issues
+- Fixed rubygems upload issues
## [9.1.0] - 2020-11-11
### Added
-- Release of Ruby wrappers
+- Release of Ruby wrappers