From 67b283d4189cae5b8519046d412a178d5b7e6f2e Mon Sep 17 00:00:00 2001 From: Laurens Valk Date: Wed, 26 Feb 2025 12:24:03 +0100 Subject: [PATCH] v3.6.0b5 --- CHANGELOG.md | 2 ++ lib/pbio/include/pbio/version.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72ec4fa6c..0a8f52606 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## [Unreleased] +## [3.6.0b5] - 2025-02-26 + ### Changed - Changed order of the `DriveBase.arc` method parameters. This method has not yet been released or documented, so this is not a breaking change ([support#1157]). diff --git a/lib/pbio/include/pbio/version.h b/lib/pbio/include/pbio/version.h index 726954df2..8fa6cdc2e 100644 --- a/lib/pbio/include/pbio/version.h +++ b/lib/pbio/include/pbio/version.h @@ -26,7 +26,7 @@ #define PBIO_VERSION_LEVEL_HEX 0xB /** The current prerelease serial. */ -#define PBIO_VERSION_SERIAL 4 +#define PBIO_VERSION_SERIAL 5 /** * The current prerelease level as a string.