From b5353b8c5e67fbfb1d348e781b7b3e15c7abcb21 Mon Sep 17 00:00:00 2001 From: David Fridrich Date: Mon, 13 Apr 2026 15:25:22 +0200 Subject: [PATCH] Release v0.8.0 --- CHANGELOG.md | 9 ++++++--- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcb34ab0..982f041f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,14 +10,17 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### Added ### Changed - -- Bumping cloudevents dep to 2.0 - ### Deprecated ### Removed ### Fixed ### Security +## 0.8.0 - 2026-04-13 + +### Changed + +- Bumping cloudevents dep to 2.0 + ## 0.7.0 - 2025-11-19 ### Added diff --git a/pyproject.toml b/pyproject.toml index 5b72bf42..07df623d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "func-python" -version = "0.7.0" +version = "0.8.0" description = "Knative Functions Python Middleware" authors = ["The Knative Authors "] readme = "README.md"