From 5758a1a177a488485749eacc738c719951f3ac55 Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Thu, 2 May 2024 19:17:58 +0000
Subject: [PATCH] chore(release): 3.2.1 [skip ci]

## [3.2.1](https://github.com/sparten11740/bevy_health_bar3d/compare/v3.2.0...v3.2.1) (2024-05-02)

### Bug Fixes

* remove obsolete `exhaustive_patterns` feature ([#33](https://github.com/sparten11740/bevy_health_bar3d/issues/33)) ([d82097c](https://github.com/sparten11740/bevy_health_bar3d/commit/d82097c80f6b592e48bcd74b2ab6c50f57989c26))
---
 CHANGELOG.md | 7 +++++++
 Cargo.toml   | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4044018..8fff4e8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [3.2.1](https://github.com/sparten11740/bevy_health_bar3d/compare/v3.2.0...v3.2.1) (2024-05-02)
+
+
+### Bug Fixes
+
+* remove obsolete `exhaustive_patterns` feature ([#33](https://github.com/sparten11740/bevy_health_bar3d/issues/33)) ([d82097c](https://github.com/sparten11740/bevy_health_bar3d/commit/d82097c80f6b592e48bcd74b2ab6c50f57989c26))
+
 ## [3.2.0](https://github.com/sparten11740/bevy_health_bar3d/compare/v3.1.0...v3.2.0) (2024-03-21)
 
 
diff --git a/Cargo.toml b/Cargo.toml
index 721fce8..4950132 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 name = "bevy_health_bar3d"
 description = "Health bar for bevy implemented as a billboard shader"
-version = "3.2.0"
+version = "3.2.1"
 edition = "2021"
 license = "MIT OR Apache-2.0"
 readme = "README.md"