From c7bd443cbd06f2d9ead6718a870e56986ac92e23 Mon Sep 17 00:00:00 2001 From: Nikita Zelencov Date: Thu, 23 Jun 2022 11:36:24 +0300 Subject: [PATCH] update changelog --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f89cc6..32ab0bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.2.0] - 2022-06-23 +### Added +- Tasks for build under dev environment, for both platform +### Fixed +- Removed checkbox "debug" from parameters +- Fixed changelog description of version 1.1.0 + ## [1.1.0] - 2022-06-07 ### Fixed - Using of deprecated taskman functions -- Repalced 'try_deps_update' with 'deps_update' +- Replaced 'try_deps_update' with 'deps_update' ## [1.0.1] - 2022-06-07 ### Added