Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 1a03bd8

Browse files
committed
Bump version to 1.6.0
1 parent a30a3b2 commit 1a03bd8

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and 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

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
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

77
GEM

chatkit.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::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']

0 commit comments

Comments
 (0)