From a317c2818bc1138724197342782a942b317a9b44 Mon Sep 17 00:00:00 2001 From: Matija Petrunic Date: Mon, 12 Oct 2020 16:56:34 +0200 Subject: [PATCH 1/2] Update PR request template --- pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pull_request_template.md b/pull_request_template.md index e2cc395..d1e2e8f 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -11,6 +11,7 @@ Thank you for your pull request. Please provide all required information - [ ] I have run linter localy - [ ] I have run unit and integration tests locally - [ ] Rebased to master branch / merged master +- [ ] Updated CHANGELOG.md ### Changes From a7d332ba6f454cb84e3a6535a07a8d0d1fa81b42 Mon Sep 17 00:00:00 2001 From: Matija Petrunic Date: Tue, 13 Oct 2020 16:01:55 +0200 Subject: [PATCH 2/2] Add unreleased tag in CHANGELOG --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e5d2cb..483c4e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [unreleased](https://github.com/NodeFactoryIo/vedran-daemon/tree/HEAD) + +[Full Changelog](https://github.com/NodeFactoryIo/vedran-daemon/compare/v0.1.2...HEAD) + +### Fixed + +### Added + +### Changed + ## [v0.1.2](https://github.com/NodeFactoryIo/vedran-daemon/tree/v0.1.2) [Full Changelog](https://github.com/NodeFactoryIo/vedran-daemon/compare/v0.1.1...v0.1.2)