From 2bcfe466f9aabd1d6ec45e65eafde569d8c6a7c1 Mon Sep 17 00:00:00 2001 From: Piotr Dobrowolski Date: Thu, 13 Jan 2022 16:44:52 +0100 Subject: [PATCH] CHANGELOG: prepare for release --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd88535..723bfe0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.0] - 2022-01-13 +### Added +- `elevate-service` script now properly handles Native Services - including + fixing Native Services API permissions before webOS 4.x +- Support for multiple repositories + ## [0.3.2] - 2021-12-10 ### Added - Added app reinstall option - install button is reenabled after pressing "5" on @@ -57,3 +63,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.0] - 2021-05-06 ### Added - Initial release + +[Unreleased]: https://github.com/webosbrew/webos-homebrew-channel/compare/v0.4.0...HEAD +[0.4.0]: https://github.com/webosbrew/webos-homebrew-channel/compare/v0.3.2...v0.4.0 +[0.3.2]: https://github.com/webosbrew/webos-homebrew-channel/compare/v0.3.1...v0.3.2 +[0.3.1]: https://github.com/webosbrew/webos-homebrew-channel/compare/v0.3.0...v0.3.1 +[0.3.0]: https://github.com/webosbrew/webos-homebrew-channel/compare/v0.2.1...v0.3.0 +[0.2.1]: https://github.com/webosbrew/webos-homebrew-channel/compare/v0.2.0...v0.2.1 +[0.2.0]: https://github.com/webosbrew/webos-homebrew-channel/compare/v0.1.1...v0.2.0 +[0.1.1]: https://github.com/webosbrew/webos-homebrew-channel/compare/v0.1.0...v0.1.1 +[0.1.0]: https://github.com/webosbrew/webos-homebrew-channel/releases/tag/v0.1.0