From 94ea79c23a4ecbeb96c477caaafecbce463567e8 Mon Sep 17 00:00:00 2001 From: Nate Koenig Date: Thu, 12 Aug 2021 12:24:31 -0700 Subject: [PATCH] 9.1.1 prep Signed-off-by: Nate Koenig --- CMakeLists.txt | 2 +- Changelog.md | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 78fd2042d..82eedee27 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR) #============================================================================ # Initialize the project #============================================================================ -project(ignition-transport9 VERSION 9.1.0) +project(ignition-transport9 VERSION 9.1.1) #============================================================================ # Find ignition-cmake diff --git a/Changelog.md b/Changelog.md index a2b8928bb..3f073a1e9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,26 @@ ### Ignition Transport 9.X.X +### Ignition Transport 9.1.1 (2021-01-05) + +1. Add errno output for discovery. + * [Github pull request 254](https://github.com/ignitionrobotics/ign-transport/pull/254) + +1. Consider all network interfaces when checking HOST option. + * [Github pull request 245](https://github.com/ignitionrobotics/ign-transport/pull/245) + +1. Remove tools/code_check and update codecov. + * [Github pull request 246](https://github.com/ignitionrobotics/ign-transport/pull/246) + +1. Remove deprecated test. + * [Github pull request 239](https://github.com/ignitionrobotics/ign-transport/pull/239) + +1. Master branch updates. + * [Github pull request 224](https://github.com/ignitionrobotics/ign-transport/pull/224) + +1. Add windows installation. + * [Github pull request 214](https://github.com/ignitionrobotics/ign-transport/pull/214) + ### Ignition Transport 9.1.0 (2021-01-05) 1. All changes up to version 8.2.0.