From 58ec8755219d28fa708f6d807a9549dc2f31129b Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Tue, 17 Jun 2025 09:50:18 +0100 Subject: [PATCH] add 2.7.1 to README. closes #17 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9764fe7..997d106 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,10 +11,13 @@ Before any major/minor/patch bump all unit tests will be run to verify they pass - [x] -## [2.7.0] - 2025-06-15 +## [2.7.1] - 2025-06-15 ### Added +- Strip.EQ Channel Cell commands added, see [Strip.EQ.Channel.Cell](https://github.com/onyx-and-iris/voicemeeter-api-python?tab=readme-ov-file#stripeqchannelcell) + - They are only available for potato version. + - Bus.EQ Channel Cell commands added, see [Bus.EQ.Channel.Cell](https://github.com/onyx-and-iris/voicemeeter-api-python?tab=readme-ov-file#buseqchannelcell). - Added by [PR #16](https://github.com/onyx-and-iris/voicemeeter-api-python/pull/16)