From 4a6e5752c2d2df4b64965858d31308bdbe27811d Mon Sep 17 00:00:00 2001 From: YoEight Date: Thu, 29 Feb 2024 10:08:29 -0500 Subject: [PATCH] Release version 3.0.0. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e728b2f..37719b32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] + +## [3.0.0] - 2024-02-29 ### Changed - Decrease allocation due to stream name manipulation. [EventStoreDB-Client-Rust#171](https://github.com/EventStore/EventStoreDB-Client-Rust/pull/171)