Skip to content

Commit 8c00593

Browse files
committed
chore: release v10.2.0
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 parent 1693666 commit 8c00593

4 files changed

Lines changed: 15 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ All notable changes to this project will be documented in this file.
99
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
1010
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
1111

12+
## [10.2.0] - 2026-03-31
13+
14+
### Changes
15+
16+
* Cast key to string when retrieving value type by @yukogan-gh in https://github.com/nextcloud/user_migration/pull/1064
17+
* Restrict tag creation by @come-nc in https://github.com/nextcloud/user_migration/pull/1073
18+
* fix: Add an allowlist for app settings by @come-nc in https://github.com/nextcloud/user_migration/pull/1072
19+
* fix: Fix importing a user as a new one from occ by @come-nc in https://github.com/nextcloud/user_migration/pull/1054
20+
* Dependency bumps
21+
* docs: add samin-z as owner by @blizzz in https://github.com/nextcloud/user_migration/pull/1065
22+
1223
## [10.1.0] - 2026-02-05
1324

1425
### Changes

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This app allows users to easily migrate from one instance to another using an ex
2222
- **⚙ Go into `Personal settings` > `Data migration` and start the import**
2323
- **🎉 Enjoy your stay on your new instance** and close you old account
2424
]]></description>
25-
<version>10.1.0</version>
25+
<version>10.2.0</version>
2626
<licence>agpl</licence>
2727
<author>Côme Chilliet</author>
2828
<author>Christopher Ng</author>

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
@@ -49,5 +49,5 @@
4949
"node": "^24.0.0",
5050
"npm": "^11.3.0"
5151
},
52-
"version": "10.1.0"
52+
"version": "10.2.0"
5353
}

0 commit comments

Comments
 (0)