From 27c02c8dbf3a9e4aaf8547db3be369a1a83257a8 Mon Sep 17 00:00:00 2001 From: Ivan Koldakov Date: Sat, 6 Jul 2024 23:01:08 +0700 Subject: [PATCH] Bump new version --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d508632..317a6e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ 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.1.1] - 2024-07-06 + +### Added + +- Secret messages are being stored in a secure way +- After first shown secret messages are removed + +### Security + +- Updated libraries. This addresses the following vulnerability: + - [CVE-2024-39689](https://nvd.nist.gov/vuln/detail/CVE-2024-39689). + ## [1.1.0] - 2024-06-04 ### Added @@ -96,6 +108,7 @@ For now auto generation available only - GraphQL: Season selection by id - GraphQL: Paginated (Edged) seasons selection +[1.1.1]: https://github.com/koldakov/futuramaapi/releases/tag/1.1.1 [1.1.0]: https://github.com/koldakov/futuramaapi/releases/tag/1.1.0 [1.0.8]: https://github.com/koldakov/futuramaapi/releases/tag/1.0.8 [1.0.7]: https://github.com/koldakov/futuramaapi/releases/tag/1.0.7 diff --git a/pyproject.toml b/pyproject.toml index 4256843..7700bd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "futuramaapi" -version = "1.1.0" +version = "1.1.1" description = "Inspired REST and GraphQL API based on TV show Futurama" authors = ["Ivan Koldakov "] readme = "README.md"