diff --git a/CHANGELOG.md b/CHANGELOG.md index cf502b5..9b7f2b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [1.1.2-rc.2] - 2025-11-28 +## [1.1.2] - 2025-11-28 ### Fixed - **CRITICAL**: Static files now load correctly - fixed HTTP middleware streaming response handling diff --git a/starpunk/__init__.py b/starpunk/__init__.py index 8af9bd9..97214d5 100644 --- a/starpunk/__init__.py +++ b/starpunk/__init__.py @@ -298,5 +298,5 @@ def create_app(config=None): # Package version (Semantic Versioning 2.0.0) # See docs/standards/versioning-strategy.md for details -__version__ = "1.1.2-rc.2" +__version__ = "1.1.2" __version_info__ = (1, 1, 2)