From cd10c9d0449ae68bae1292ba1d103706227d0182 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andy=20M=C3=A9ry?= Date: Fri, 14 Apr 2023 15:07:22 +0200 Subject: [PATCH] chore: update changelog (#27) --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f072133..a7685bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,3 +12,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial project setup - Local testing utils - Repository setup + +## [0.1.1] - 2023-04-14 + +### Fixed + +- Fix typos in headers injected by Envoy + +### Changed + +- Update README with link to Serverless Functions Node diff --git a/pyproject.toml b/pyproject.toml index a0c4268..f37d5a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "scaleway-functions-python" -version = "0.1.0" +version = "0.1.1" description = "Utilities for testing your Python handlers for Scaleway Serverless Functions." authors = ["Scaleway Serverless Team "] @@ -15,7 +15,7 @@ keywords = ["serverless", "scaleway", "functions", "cloud", "faas"] # "Development Status :: 4 - Beta" # "Development Status :: 5 - Production/Stable" classifiers = [ - "Development Status :: 3 - Alpha", + "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "Topic :: Software Development :: Libraries :: Application Frameworks",