diff --git a/CMakeLists.txt b/CMakeLists.txt index 513f3d8..87262db 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ find_package(gz-cmake4 REQUIRED) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) -gz_configure_project(VERSION_SUFFIX pre2) +gz_configure_project(VERSION_SUFFIX pre3) #============================================================================ # Set project-specific options diff --git a/Changelog.md b/Changelog.md index 2621b43..fa9b43d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,12 @@ 1. **Baseline:** this includes all changes from 2.2.0 and earlier. +1. Update logger level and flush_on values + * [Pull request #142](https://github.com/gazebosim/gz-utils/pull/142) + +1. Use common formatter for console and file sinks + * [Pull request #141](https://github.com/gazebosim/gz-utils/pull/141) + 1. Logger updates * [Pull request #139](https://github.com/gazebosim/gz-utils/pull/139)