From 3fdbee269855e304703691ddc759bfd7cceab809 Mon Sep 17 00:00:00 2001 From: Ivan Koldakov Date: Tue, 24 Sep 2024 22:20:23 +0700 Subject: [PATCH] Bump new version --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a00465..c352482 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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.7.0] - 2024-09-24 + +### Added + +- Now we are following your notes to enhance user experience. + ## [1.6.1] - 2024-09-14 ### Fixed @@ -200,6 +206,7 @@ For now auto generation available only - GraphQL: Season selection by id - GraphQL: Paginated (Edged) seasons selection +[1.7.0]: https://github.com/koldakov/futuramaapi/releases/tag/1.7.0 [1.6.1]: https://github.com/koldakov/futuramaapi/releases/tag/1.6.1 [1.6.0]: https://github.com/koldakov/futuramaapi/releases/tag/1.6.0 [1.5.2]: https://github.com/koldakov/futuramaapi/releases/tag/1.5.2 diff --git a/pyproject.toml b/pyproject.toml index e3744cf..6ad0359 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "futuramaapi" -version = "1.6.1" +version = "1.7.0" description = "Inspired REST and GraphQL API based on TV show Futurama." authors = ["Ivan Koldakov "] readme = "README.md"