From 82338fd8c52ccf6d3c2cba38c8c700f244422969 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Tue, 19 May 2026 19:40:48 -0700 Subject: [PATCH] bump to 0.11.2 --- RELEASES.md | 4 ++++ common/version.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 9d8eb72ee..7946fce01 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,7 @@ +Version 0.11.2 (2026-06-15) +======================== + + Version 0.11.1 (2026-05-18) ======================== * New driver monitoring model diff --git a/common/version.h b/common/version.h index 41440556c..5a09588e2 100644 --- a/common/version.h +++ b/common/version.h @@ -1 +1 @@ -#define COMMA_VERSION "0.11.1" +#define COMMA_VERSION "0.11.2"