Skip to content

Commit 849778c

Browse files
authored
prepare for release 2.11.1 (#964)
Signed-off-by: nabim777 <nabinalemagar019@gmail.com>
1 parent 5e87eea commit 849778c

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1919

2020
### Removed
2121

22+
## 2.11.1 - 2026-01-28
23+
24+
### Fixed
25+
- Talk room guest access broken due to integration_openproject app [#959](https://github.com/nextcloud/integration_openproject/pull/959)
26+
2227
## 2.11.0 - 2026-01-22
2328

2429
### Changed

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ On the OpenProject end, users are able to:
3333
For more information on how to set up and use the OpenProject application, please refer to [integration setup guide](https://www.openproject.org/docs/system-admin-guide/integrations/nextcloud/) for administrators and [the user guide](https://www.openproject.org/docs/user-guide/nextcloud-integration/).
3434
]]>
3535
</description>
36-
<version>2.11.0</version>
36+
<version>2.11.1</version>
3737
<licence>agpl</licence>
3838
<author>Julien Veyssier</author>
3939
<namespace>OpenProject</namespace>

docs/release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ On the release branch:
3535
On the current release branch:
3636

3737
1. Update the patch version in:
38-
- [README.md](../README.md)
3938
- [appinfo/info.xml](../appinfo/info.xml)
39+
- [package.json](../package.json)
4040
2. Update `CHANGELOG.md` with the changes and the version to be released.
4141
3. Update the minimum and maximum nexcloud version support in:
4242
- [appinfo/info.xml](../appinfo/info.xml)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "integration_openproject",
3-
"version": "2.11.0",
3+
"version": "2.11.1",
44
"description": "OpenProject Integration",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)