Skip to content

Commit

Permalink
Merge pull request #10073 from nextcloud/backport/10072/stable27
Browse files Browse the repository at this point in the history
[stable27] chore(release): Add changelog for 17.0.3
  • Loading branch information
nickvergessen authored Jul 28, 2023
2 parents 73be129 + 197b8be commit 7796558
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Changelog
All notable changes to this project will be documented in this file.

## 17.0.3 – 2023-07-28
### Changed
- Update dependencies

### Fixed
- Fix duplicate messages and improve performance
[#10070](https://github.com/nextcloud/spreed/issues/10070)
- fix(SIP): Show SIP info also when enabled without user PIN
[#10064](https://github.com/nextcloud/spreed/issues/10064)
- fix(settings): Hide description and status from 1-1 conversation settings
[#10057](https://github.com/nextcloud/spreed/issues/10057)

## 17.0.2 – 2023-07-20
### Changed
- Automatic transcription of call recordings is now opt-in
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
]]></description>

<version>17.0.2</version>
<version>17.0.3</version>
<licence>agpl</licence>

<author>Daniel Calviño Sánchez</author>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "talk",
"version": "17.0.2",
"version": "17.0.3",
"private": true,
"description": "",
"author": "Joas Schilling <[email protected]>",
Expand Down

0 comments on commit 7796558

Please sign in to comment.