From 50e4e696397327e9a0ce368ae55c6ee7fd83a8a3 Mon Sep 17 00:00:00 2001 From: Ivan Trusov Date: Tue, 4 Oct 2022 23:55:59 +0200 Subject: [PATCH] bump version (#503) --- CHANGELOG.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90945407..dd5e9a64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,17 +10,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [UNRELEASED] - YYYY-MM-DD +---- +> Unreleased changes must be tracked above this line. +> When releasing, Copy the changelog to below this line, with proper version and date. +> And empty the **[Unreleased]** section above. +---- + +## [0.7.6] - 2022-10-05 + ## Changed - ✨ Empty list of workflows is now a noop instead of throwing an error - 🩹 Disable the soft-wrap for printed out text ## Fixed - 🐛 Rollback to the failsafe behaviour for assets-based property preprocessing ----- -> Unreleased changes must be tracked above this line. -> When releasing, Copy the changelog to below this line, with proper version and date. -> And empty the **[Unreleased]** section above. ----- ## [0.7.5] - 2022-09-15