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.