From c4d83042e982dd2943b46519c1ffc7b46f368b1a Mon Sep 17 00:00:00 2001 From: Ivan Koldakov <coldie322@gmail.com> Date: Fri, 6 Sep 2024 19:25:32 +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 7b08788..39fc84b 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.0] - 2024-09-06 + +### Changed + +- From now, shortened users links are available only with /s/ prefix in the path. +Example: https://futuramaapi.com/s/qaSon2Q + ## [1.4.1] - 2024-09-06 ### Fixed @@ -168,6 +175,7 @@ For now auto generation available only - GraphQL: Season selection by id - GraphQL: Paginated (Edged) seasons selection +[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 [1.4.0]: https://github.com/koldakov/futuramaapi/releases/tag/1.4.0 [1.3.2]: https://github.com/koldakov/futuramaapi/releases/tag/1.3.2 diff --git a/pyproject.toml b/pyproject.toml index e6dda15..9369c68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "futuramaapi" -version = "1.4.1" +version = "1.5.0" description = "Inspired REST and GraphQL API based on TV show Futurama." authors = ["Ivan Koldakov <coldie322@gmail.com>"] readme = "README.md"