From 47d3be1a48029f069b69dc96c1736580f2ba81d8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 15:56:50 +0000 Subject: [PATCH] chore: release v0.3.0 (#54) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed6c61f..ac73e57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.0](https://github.com/stefandanaita/rabbitmq-management-client/compare/v0.2.0...v0.3.0) - 2024-10-31 + +### Other + +- [OSS-118] Support for pagination ([#53](https://github.com/stefandanaita/rabbitmq-management-client/pull/53)) + ## [0.2.0](https://github.com/stefandanaita/rabbitmq-management-client/compare/v0.1.0...v0.2.0) - 2024-10-14 ### Other diff --git a/Cargo.toml b/Cargo.toml index 1c9d43a..6df3bbe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rabbitmq-management-client" -version = "0.2.0" +version = "0.3.0" edition = "2021" license = "MIT" repository = "https://github.com/stefandanaita/rabbitmq-management-client"