From 2c59b4560d0c567801124f3505aecb12d76a6f38 Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Mon, 26 Apr 2021 18:50:17 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=88=201.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Louise Poubel --- CMakeLists.txt | 2 +- Changelog.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 32a7eb8..579f755 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ string (TOLOWER ${PROJECT_NAME} PROJECT_NAME_LOWER) string (TOUPPER ${PROJECT_NAME} PROJECT_NAME_UPPER) set (PROJECT_MAJOR_VERSION 1) -set (PROJECT_MINOR_VERSION 1) +set (PROJECT_MINOR_VERSION 2) set (PROJECT_PATCH_VERSION 0) set (PROJECT_VERSION ${PROJECT_MAJOR_VERSION}.${PROJECT_MINOR_VERSION}) diff --git a/Changelog.md b/Changelog.md index ca3c8f6..ef6646c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,12 @@ ## Ignition Tools 1.x +### Ignition Tools 1.X.X (20XX-XX-XX) + +### Ignition Tools 1.2.0 (2021-04-26) + +1. Relax version verification + * [Pull request #44](https://github.com/ignitionrobotics/ign-tools/pull/44) + ### Ignition Tools 1.1.0 (2021-03-30) 1. Use ; as IGN_CONFIG_PATH delimiter on windows