From 6a61438d3925763f2a257e4bebf813ea27aaf4c6 Mon Sep 17 00:00:00 2001 From: Ivan Koldakov Date: Wed, 11 Sep 2024 22:54:25 +0700 Subject: [PATCH] Bump new version --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 333c485..d24e087 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.5.2] - 2024-09-11 + +### Security + +- Updated libraries. This addresses the following vulnerability: + - [CWE-1395](https://cwe.mitre.org/data/definitions/1395.html). + ## [1.5.1] - 2024-09-08 ### Fixed @@ -181,6 +188,7 @@ For now auto generation available only - GraphQL: Season selection by id - GraphQL: Paginated (Edged) seasons selection +[1.5.2]: https://github.com/koldakov/futuramaapi/releases/tag/1.5.2 [1.5.1]: https://github.com/koldakov/futuramaapi/releases/tag/1.5.1 [1.5.0]: https://github.com/koldakov/futuramaapi/releases/tag/1.5.0 [1.4.1]: https://github.com/koldakov/futuramaapi/releases/tag/1.4.1 diff --git a/pyproject.toml b/pyproject.toml index d977537..ccfcb23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "futuramaapi" -version = "1.5.1" +version = "1.5.2" description = "Inspired REST and GraphQL API based on TV show Futurama." authors = ["Ivan Koldakov "] readme = "README.md"