Skip to content

Commit 42fdc00

Browse files
committed
chore(release): Bump version to 8.2.15
Signed-off-by: Julius Knorr <[email protected]>
1 parent 79f8776 commit 42fdc00

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 8.2.15
4+
5+
### Fixed
6+
7+
- fix: Properly throttle in error cases and add rate limit for public file creation [#4204](https://github.com/nextcloud/richdocuments/pull/4204)
8+
- fix: get user by display name [#4196](https://github.com/nextcloud/richdocuments/pull/4196)
9+
310
## 8.2.14
411

512
### Fixed

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<description><![CDATA[This application can connect to a Collabora Online (or other) server (WOPI-like Client). Nextcloud is the WOPI Host. Please read the documentation to learn more about that.
77
88
You can also edit your documents off-line with the Collabora Office app from the **[Android](https://play.google.com/store/apps/details?id=com.collabora.libreoffice)** and **[iOS](https://apps.apple.com/us/app/collabora-office/id1440482071)** store.]]></description>
9-
<version>8.2.14</version>
9+
<version>8.2.15</version>
1010
<licence>agpl</licence>
1111
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
1212
<types>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "richdocuments",
33
"description": "Collabora online integration",
4-
"version": "8.2.14",
4+
"version": "8.2.15",
55
"authors": [
66
{
77
"name": "Julius Härtl",
@@ -83,4 +83,4 @@
8383
],
8484
"globalSetup": "<rootDir>/src/tests/setup.js"
8585
}
86-
}
86+
}

0 commit comments

Comments
 (0)