diff --git a/CHANGELOG.md b/CHANGELOG.md index 508cccc..a459509 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,13 @@ 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/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [v1.6.0] - 2021-03-29 ### Added * Add support for Nextcloud's High Performance Backend (notify_push) ([#5]) ### Fixed -* Do not convert boolean values to strings when passing them to occ +* Do not convert boolean config values to strings when passing them to occ ## [v1.5.0] - 2021-02-26 @@ -56,7 +56,8 @@ This release fixes bugs that caused updates to fail. ## v1.0.0 - 2021-01-01 Initial release -[Unreleased]: https://github.com/markt-de/puppet-nextcloud/compare/v1.5.0...HEAD +[Unreleased]: https://github.com/markt-de/puppet-nextcloud/compare/v1.6.0...HEAD +[v1.6.0]: https://github.com/markt-de/puppet-nextcloud/compare/v1.5.0...v1.6.0 [v1.5.0]: https://github.com/markt-de/puppet-nextcloud/compare/v1.4.0...v1.5.0 [v1.4.0]: https://github.com/markt-de/puppet-nextcloud/compare/v1.3.0...v1.4.0 [v1.3.0]: https://github.com/markt-de/puppet-nextcloud/compare/v1.2.0...v1.3.0 diff --git a/metadata.json b/metadata.json index fcb7c89..4516b85 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "fraenki-nextcloud", - "version": "1.5.0", + "version": "1.6.0", "author": "markt.de", "summary": "Install and configure Nextcloud", "license": "BSD-2-Clause",