diff --git a/CHANGELOG.md b/CHANGELOG.md index f149c3e2..46e71626 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### Fixed ### Security +## 0.7.0 - 2025-11-19 + +### Added + +- Support for IPv4-only environments + ## 0.6.1 - 2025-08-27 ### Changed diff --git a/pyproject.toml b/pyproject.toml index 50c0cb4d..f5ae26be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "func-python" -version = "0.6.0" +version = "0.7.0" description = "Knative Functions Python Middleware" authors = ["The Knative Authors "] readme = "README.md"