Skip to content

Commit 3c6823d

Browse files
committed
Release v2.7.0
1 parent bac5a8f commit 3c6823d

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,65 @@
1+
## March 17th, 2021 - 2.7.0
2+
3+
- Add Ruby 3.x support
4+
- Update CI to run all tests for all versions
5+
16
## March 9th, 2021 - 2.6.0
7+
28
- Add get_rate_limits endpoint
39

410
## February 3rd, 2021 - 2.5.0
11+
512
- Add channel partial update
613
- Increase convenience in query members
714
- Improve internal symbol conversions
815

916
## January 20th, 2021 - 2.4.0
17+
1018
- Add query_members to channel
1119
- Use post endpoint for query channels instead of get
1220
- Extract common code for sorting into a helper for query calls
1321

1422
## January 5th, 2021 - 2.3.0
23+
1524
- Add check SQS helper
1625

1726
## January 4th, 2021 - 2.2.0
27+
1828
- Add support for export channels
1929
- Improve readme for blocklist and export channels
2030
- Improve running tests for multiple versions of ruby
2131
- Fix issues from the latest version of rubocop
2232
- Move to GitHub Actions
2333

2434
## October 5th, 2020 - 2.1.0
35+
2536
- Add support for blocklist
2637

2738
## October 2nd, 2020 - 2.0.0
39+
2840
- Drop EOL Ruby versions: 2.3 && 2.4
2941
- Setup Rubocop and mark string literals as frozen
3042

3143
## August 3rd, 2020 - 1.1.3
44+
3245
- Fixed Argument Error on delete_user
3346

3447
## April 23th, 2020 - 1.1.2
48+
3549
- Fixed ArgumentError when no users was passed
3650

3751
## March 30th, 2020 - 1.1.1
52+
3853
- Fixed few minor issues
3954

4055
## Oct 27th, 2019 - 1.1.0
56+
4157
- Mark gems use for testing as development dependencies
4258
- Added `send_file`, `send_image`, `delete_file`, `delete_image`
4359
- Added `invite_members`
4460

4561
## Oct 19th, 2019 - 1.0.0
62+
4663
- Added `channel.hide` and `channel.show`
4764
- Added `client.flag_message` and `client.unflag_message`
4865
- Added `client.flag_user` and `client.unflag_user`

lib/stream-chat/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# lib/version.rb
44

55
module StreamChat
6-
VERSION = '2.6.0'
6+
VERSION = '2.7.0'
77
end

0 commit comments

Comments
 (0)