From d45d2ec09101d7dde763f9585053b0f4693cfc27 Mon Sep 17 00:00:00 2001
From: Mark Bakhit <archiethemonger@gmail.com>
Date: Tue, 7 May 2024 16:41:51 -0700
Subject: [PATCH] v3.8.1 (#237)

---
 CHANGELOG.md                   | 7 ++++++-
 src/reactpy_django/__init__.py | 2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3b42d5fd..aa53f765 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -34,6 +34,10 @@ Using the following categories, list your changes in this order:
 
 ## [Unreleased]
 
+-   Nothing (yet)!
+
+## [3.8.1] - 2024-05-07
+
 ### Added
 
 -   Python 3.12 compatibility
@@ -467,7 +471,8 @@ Using the following categories, list your changes in this order:
 
 -   Support for IDOM within the Django
 
-[Unreleased]: https://github.com/reactive-python/reactpy-django/compare/3.8.0...HEAD
+[Unreleased]: https://github.com/reactive-python/reactpy-django/compare/3.8.1...HEAD
+[3.8.1]: https://github.com/reactive-python/reactpy-django/compare/3.8.0...3.8.1
 [3.8.0]: https://github.com/reactive-python/reactpy-django/compare/3.7.0...3.8.0
 [3.7.0]: https://github.com/reactive-python/reactpy-django/compare/3.6.0...3.7.0
 [3.6.0]: https://github.com/reactive-python/reactpy-django/compare/3.5.1...3.6.0
diff --git a/src/reactpy_django/__init__.py b/src/reactpy_django/__init__.py
index 73b00bbf..8598ed0c 100644
--- a/src/reactpy_django/__init__.py
+++ b/src/reactpy_django/__init__.py
@@ -8,7 +8,7 @@
     REACTPY_WEBSOCKET_ROUTE,
 )
 
-__version__ = "3.8.0"
+__version__ = "3.8.1"
 __all__ = [
     "REACTPY_WEBSOCKET_PATH",
     "REACTPY_WEBSOCKET_ROUTE",