This is an automated email from the ASF dual-hosted git repository.
blankensteiner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-dotpulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 11d528a Make ready for release 4.3.2
11d528a is described below
commit 11d528a91a8e84a79dd5ec295709afa7e7365299
Author: Daniel Blankensteiner <[email protected]>
AuthorDate: Wed Sep 10 09:32:53 2025 +0200
Make ready for release 4.3.2
---
CHANGELOG.md | 2 +-
src/DotPulsar/ConsumerOptions.cs | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a6580e0..2109a9d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this
file.
The format is based on [Keep a
Changelog](https://keepachangelog.com/en/1.1.0/) and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-## [Unreleased]
+## [4.3.2-rc.1] - 2025-09-10
### Changed
diff --git a/src/DotPulsar/ConsumerOptions.cs b/src/DotPulsar/ConsumerOptions.cs
index 88fdbd0..a0ee1ae 100644
--- a/src/DotPulsar/ConsumerOptions.cs
+++ b/src/DotPulsar/ConsumerOptions.cs
@@ -14,8 +14,8 @@
namespace DotPulsar;
-using System.Text.RegularExpressions;
using DotPulsar.Abstractions;
+using System.Text.RegularExpressions;
/// <summary>
/// The consumer building options.