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
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
## [Unreleased] - XXXX-XX-XX


## [1.7.1] - 2026-07-22

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

## [1.7.0] - 2026-06-29

### Changed
- ownCloud 11 compatible release (oc 11.0.0-rc1).

## [1.6.0] - 2023-03-29

Expand Down Expand Up @@ -64,8 +73,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

- Issues with recreating masterkeys when HSM is used [#128](https://github.com/owncloud/encryption/pull/128)


[Unreleased]: https://github.com/owncloud/encryption/compare/v1.6.0...HEAD
[Unreleased]: https://github.com/owncloud/encryption/compare/v1.7.1..master
[1.7.1]: https://github.com/owncloud/encryption/compare/v1.7.0..v1.7.1
Comment thread
phil-davis marked this conversation as resolved.
[1.7.0]: https://github.com/owncloud/encryption/compare/v1.6.0..v1.7.0
[1.6.0]: https://github.com/owncloud/encryption/compare/v1.5.3...v1.6.0
[1.5.3]: https://github.com/owncloud/encryption/compare/v1.5.2...v1.5.3
[1.5.2]: https://github.com/owncloud/encryption/compare/v1.5.1...v1.5.2
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<admin>admin-encryption</admin>
</documentation>
<rememberlogin>false</rememberlogin>
<version>1.7.0</version>
<version>1.7.1</version>
<category>security</category>
<types>
<filesystem/>
Expand Down