This repository was archived by the owner on Aug 18, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,12 +4,14 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7- ## [ Unreleased] ( https://github.com/pusher/chatkit-server-ruby/compare/1.5.0...HEAD )
7+ ## [ Unreleased] ( https://github.com/pusher/chatkit-server-ruby/compare/1.6.0...HEAD )
8+
9+ [ 1.6.0] ( https://github.com/pusher/chatkit-server-ruby/compare/1.5.0...1.6.0 ) - 2019-07-30
810
911### Additions
1012
11- - Support for setting push_notification_title_override in create_room
12- and update_room methods.
13+ - Support for setting ` push_notification_title_override ` in ` create_room `
14+ and ` update_room ` methods.
1315
1416[ 1.5.0] ( https://github.com/pusher/chatkit-server-ruby/compare/1.4.0...1.5.0 ) - 2019-07-03
1517
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- pusher-chatkit-server (1.5 .0 )
4+ pusher-chatkit-server (1.6 .0 )
55 pusher-platform (~> 0.11.2 )
66
77GEM
Original file line number Diff line number Diff line change 11Gem ::Specification . new do |s |
22 s . name = 'pusher-chatkit-server'
3- s . version = '1.5 .0'
3+ s . version = '1.6 .0'
44 s . licenses = [ 'MIT' ]
55 s . summary = 'Pusher Chatkit Ruby SDK'
66 s . authors = [ 'Pusher' ]
You can’t perform that action at this time.
0 commit comments