From 99e606ef4316ee9780d03654535829b219150f31 Mon Sep 17 00:00:00 2001 From: Nate Koenig Date: Fri, 8 Jan 2021 10:31:16 -0800 Subject: [PATCH] Prep for 2.2.1 release Signed-off-by: Nate Koenig --- CMakeLists.txt | 2 +- Changelog.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4bb227c5..59e61d94 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.5.1 FATAL_ERROR) #============================================================================ # Initialize the project #============================================================================ -project(ignition-launch2 VERSION 2.2.0) +project(ignition-launch2 VERSION 2.2.1) #============================================================================ # Find ignition-cmake diff --git a/Changelog.md b/Changelog.md index 82b60466..86cff81d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,11 @@ ## Ignition Launch 2.x +### Ignition Launch 2.2.1 (2021-01-08) + +1. Fix env parsing by placing it before executable parsing. + * [Pull request 81](https://github.com/ignitionrobotics/ign-launch/pull/81) + * [Pull request 82](https://github.com/ignitionrobotics/ign-launch/pull/82) + ### Ignition Launch 2.2.0 (2020-10-14) * All changes up to and including those in version 1.10.0