diff --git a/CHANGELOG.md b/CHANGELOG.md index e4d7d6ef..f307e032 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### Fixed ### Security + +## [0.2.0] - 2024-11-06 + +### Added +- optional message returns from lifeycle methods "alive" and "ready" +- expanded development and release documentation + + ## [0.1.0] - 2024-10-28 ### Added diff --git a/pyproject.toml b/pyproject.toml index 77eb5bb7..24eb9317 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "func-python" -version = "0.1.0" +version = "0.2.0" description = "Knative Functions Python Middleware" authors = ["Luke Kingland "] readme = "README.md"