Skip to content

Commit ec52963

Browse files
committed
Relesase v2.11.1
1 parent 830c846 commit ec52963

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## August 23rd, 2021 - 2.11.1
2+
3+
- Use edge as base url
4+
15
## June 25th, 2021 - 2.11.0
26

37
- Add support for improved search

lib/stream-chat/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module StreamChat
1414
DEFAULT_BLOCKLIST = 'profanity_en_2020_v1'
1515

1616
class Client
17-
BASE_URL = 'https://chat-us-east-1.stream-io-api.com'
17+
BASE_URL = 'https://chat.stream-io-api.com'
1818

1919
attr_reader :api_key
2020
attr_reader :api_secret

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.11.0'
6+
VERSION = '2.11.1'
77
end

0 commit comments

Comments
 (0)