Skip to content

Commit e7118c3

Browse files
authored
chore: prepare release 2.11.2 (#987)
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com>
1 parent 24bae29 commit e7118c3

4 files changed

Lines changed: 13 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1313

1414
## [Unreleased]
1515

16-
### Fixed
17-
18-
- Fix: Handle projects whose parent project is unknown [#985](https://github.com/nextcloud/integration_openproject/pull/985)
19-
2016
### Added
2117

18+
### Fixed
19+
2220
### Changed
2321

2422
### Removed
2523

24+
## 2.11.2 - 2026-02-23
25+
26+
### Fixed
27+
28+
- Fix: Handle projects whose parent project is unknown [#985](https://github.com/nextcloud/integration_openproject/pull/985)
29+
2630
## 2.11.1 - 2026-02-06
2731

2832
### Fixed

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
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.1</version>
36+
<version>2.11.2</version>
3737
<licence>agpl</licence>
3838
<author>Julien Veyssier</author>
3939
<namespace>OpenProject</namespace>
@@ -60,4 +60,4 @@ For more information on how to set up and use the OpenProject application, pleas
6060
<personal>OCA\OpenProject\Settings\Personal</personal>
6161
<personal-section>OCA\OpenProject\Settings\PersonalSection</personal-section>
6262
</settings>
63-
</info>
63+
</info>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.1",
3+
"version": "2.11.2",
44
"description": "OpenProject Integration",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)