Skip to content

Commit

Permalink
Updated CHANGELOG.md and bumped version in info.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
jnweiger committed Mar 11, 2021
1 parent 1bf7ebb commit 2460992
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,22 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [Unreleased]
## [1.5.0] - 2021-03-11

### Added

- Add path option to FixEncryptedVersion command [#218](https://github.com/owncloud/encryption/pull/218)
- Make encryption repair for file and folder [#4276](https://github.com/owncloud/enterprise/issues/4276)

### Changed

- Use PHP's built-in hash_hkdf function [#215](https://github.com/owncloud/encryption/pull/215)
- Unnecessary file size overhead (binary instead of base64) [#210](https://github.com/owncloud/encryption/issues/210)
- Code needs updating due to core icewind/streams 0.7.2 [#198](https://github.com/owncloud/encryption/issues/198)

### Fixed

- Prevent command encryption:fix-encrypted-version from printing file binary data [#226](https://github.com/owncloud/encryption/pull/226)

## 1.4.0 - 2019-09-02

Expand All @@ -21,4 +36,5 @@ 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.4.0...HEAD
[Unreleased]: https://github.com/owncloud/encryption/compare/v1.5.0...HEAD
[1.5.0]: https://github.com/owncloud/encryption/compare/v1.4.0...v1.5.0
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.4.0</version>
<version>1.5.0</version>
<category>security</category>
<types>
<filesystem/>
Expand Down

0 comments on commit 2460992

Please sign in to comment.