From b43492b9043d62f62675a27a7ea835ae286f0184 Mon Sep 17 00:00:00 2001 From: David Fridrich Date: Tue, 14 Apr 2026 17:08:24 +0200 Subject: [PATCH] Release v0.8.1 --- CHANGELOG.md | 7 +++++-- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 773c96bd..3061f1b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,10 +13,13 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### Deprecated ### Removed ### Fixed +### Security -- Set SO_REUSEADDR on pre-bound sockets to prevent bind failures on restart +## 0.8.1 - 2026-04-14 -### Security +### Fixed + +- Set SO_REUSEADDR on pre-bound sockets to prevent bind failures on restart ## 0.8.0 - 2026-04-13 diff --git a/pyproject.toml b/pyproject.toml index 07df623d..4be72430 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "func-python" -version = "0.8.0" +version = "0.8.1" description = "Knative Functions Python Middleware" authors = ["The Knative Authors "] readme = "README.md"