Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
## [Unreleased]


## [2.1.1] - 2026-07-22

### Changed
- Maintenance release re-signed with the ownCloud G2 code-signing certificate for the ownCloud 11.0.0 release.

## [2.1.0] - 2026-07-06

Expand Down Expand Up @@ -80,7 +84,9 @@ owncloud-notes (0.2)
* Remember last note
* Fixed various bugs

[Unreleased]: https://github.com/owncloud/notes/compare/v2.0.7...master
[Unreleased]: https://github.com/owncloud/notes/compare/v2.1.1..master
[2.1.1]: https://github.com/owncloud/notes/compare/v2.1.0..v2.1.1
[2.1.0]: https://github.com/owncloud/notes/compare/v2.0.7..v2.1.0
[2.0.7]: https://github.com/owncloud/notes/compare/v2.0.6...v2.0.7
[2.0.6]: https://github.com/owncloud/notes/compare/v2.0.5...v2.0.6
[2.0.5]: https://github.com/owncloud/notes/compare/v2.0.4...v2.0.5
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>Notes</name>
<licence>AGPL</licence>
<author>Bernhard Posselt, Jan-Christoph Borchardt, Hendrik Leppelsack</author>
<version>2.1.0</version>
<version>2.1.1</version>
<namespace>Notes</namespace>
<category>tools</category>
<summary>Distraction-free notes and writing</summary>
Expand Down