From 8201f6f0867c593f4a554a858450933406534d59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Schiano=20Gr=C3=A9gory?= <114007538+gregory-schiano@users.noreply.github.com> Date: Thu, 19 Dec 2024 16:35:15 +0100 Subject: [PATCH] Bump to version v1.1.0 (#23) --- CHANGELOG.md | 15 +++++++++++---- pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe341c4..31a01d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## 2024-11-29 +## v1.1.0 - 2024-12-19 + +### Added + +* Added support for async workers for Gunicorn services (flask and Django). + +## v1.0.0 - 2024-11-29 ### Changes -Added a `docs` folder to hold the -[Canonical Sphinx starter pack](https://github.com/canonical/sphinx-docs-starter-pack) -and to eventually publish the docs on Read the Docs. +* Added a `docs` folder to hold the + [Canonical Sphinx starter pack](https://github.com/canonical/sphinx-docs-starter-pack) + and to eventually publish the docs on Read the Docs. + diff --git a/pyproject.toml b/pyproject.toml index 2b98188..ee2c452 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ # See LICENSE file for licensing details. [project] name = "paas-charm" -version = "1.0.0" +version = "1.1.0" description = "Companion library for 12-factor app support in Charmcraft & Rockcraft." readme = "README.md" authors = [