Skip to content

Commit

Permalink
doc built at
Browse files Browse the repository at this point in the history
  • Loading branch information
kaleyra-video-ci committed Sep 7, 2023
1 parent dbd69ab commit bb788f9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.7.1] - 2023-09-07
### Fixed
- Error on channel opening when a user have never read any message

## [2.7.0] - 2023-09-04
### Added
- New connect with access-link using joinCallURL method
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type="text/javascript" ></script>`
<html>
<head></head>
<body>
<script src="https://cdn.bandyer.com/sdk/js/chat/2.7.0/bandyer-widget.min.js" type="text/javascript" >
<script src="https://cdn.bandyer.com/sdk/js/chat/2.7.1/bandyer-widget.min.js" type="text/javascript" >
</script>
</body>
</html>
Expand All @@ -41,8 +41,8 @@ The script attaches in the window object the global variable **BandyerSDK** from

#### Versions

The latest version is: 2.7.0
[https://cdn.bandyer.com/sdk/js/chat/2.7.0/bandyer-widget.min.js](https://cdn.bandyer.com/sdk/js/chat/2.7.0/bandyer-widget.min.js)
The latest version is: 2.7.1
[https://cdn.bandyer.com/sdk/js/chat/2.7.1/bandyer-widget.min.js](https://cdn.bandyer.com/sdk/js/chat/2.7.1/bandyer-widget.min.js)

> if you're upgrading from v1.x.x you can find the migration guide [here](#migration)
Expand Down
2 changes: 1 addition & 1 deletion bandyer-widget.min.js

Large diffs are not rendered by default.

0 comments on commit bb788f9

Please sign in to comment.