Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md13
-rw-r--r--appinfo/info.xml2
2 files changed, 14 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 51d282570..291bd38d5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,19 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 12.2.7 – 2022-07-08
+### Added
+- Add brute force protection for conversation tokens and passwords
+ [#7537](https://github.com/nextcloud/spreed/pull/7537)
+- Add a capability for unified search to enable the feature on the clients
+ [#7450](https://github.com/nextcloud/spreed/pull/7450)
+
+### Fixed
+- Fix backend URL in request to HPB from command line
+ [#7442](https://github.com/nextcloud/spreed/pull/7442)
+- Fix error when setting user status while not being in any conversation
+ [#7468](https://github.com/nextcloud/spreed/pull/7468)
+
## 12.2.6 – 2022-05-26
### Fixed
- Ensure display name of conversation owner is stored correctly
diff --git a/appinfo/info.xml b/appinfo/info.xml
index a9dee9b67..5844c0ce2 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -16,7 +16,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
]]></description>
- <version>12.2.6</version>
+ <version>12.2.7</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>