From 780142c3bdcdf572ed9e5342222c6020c8da5051 Mon Sep 17 00:00:00 2001 From: Nate Koenig Date: Thu, 13 Aug 2020 13:18:46 -0700 Subject: [PATCH] 1.9.0 prep (#50) Signed-off-by: Nate Koenig Co-authored-by: Nate Koenig --- CMakeLists.txt | 2 +- Changelog.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 59bc7742..42416655 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-launch1 VERSION 1.8.0) +project(ignition-launch1 VERSION 1.9.0) #============================================================================ # Find ignition-cmake diff --git a/Changelog.md b/Changelog.md index ca858bbc..3a3ce74b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,6 @@ ## Ignition Launch 1.x -### Ignition Launch 1.9.0 (2020-08-10) +### Ignition Launch 1.9.0 (2020-08-13) 1. Added HTTP handling support to websocket server and a metrics HTTP endpoint to monitor websocket server status.