diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b3060af..32db539 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package libcreate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +1.6.0 (2018-04-07) +------------------ * Add unit tests (gtests) * Refactor Packet API * Declare setData member as protected diff --git a/CMakeLists.txt b/CMakeLists.txt index 325f554..1fc13ca 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ cmake_minimum_required(VERSION 2.8.12) project(libcreate) -set(PACKAGE_VERSION 1.5.0) +set(PACKAGE_VERSION 1.6.0) option(LIBCREATE_BUILD_TESTS "Enable the build of tests." ON) diff --git a/package.xml b/package.xml index 48b0a72..7205573 100644 --- a/package.xml +++ b/package.xml @@ -1,7 +1,7 @@ libcreate - 1.5.0 + 1.6.0 C++ library for interfacing with iRobot's Create 1 and Create 2 Jacob Perron