From 1e8dc169b6473f42fb27880f04ca3bb9d3d8b489 Mon Sep 17 00:00:00 2001 From: Ivan Koldakov Date: Fri, 28 Jun 2024 23:02:11 +0700 Subject: [PATCH] Bump new version --- CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c66bfa..07ded2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ 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.0.8] - 2024-05-28 + +### Added + +- Shortened URLs generation. Sign-up and generate shortened URLs like https://futuramaapi.com/AAAAAAA. +For now auto generation available only +- Paginated shortened URLs retrieve +- Link retrieve by link id + +### Security + +- Improved the code + ## [1.0.7] - 2024-05-24 ### Fixed @@ -77,6 +90,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - GraphQL: Season selection by id - GraphQL: Paginated (Edged) seasons selection +[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 [1.0.6]: https://github.com/koldakov/futuramaapi/releases/tag/1.0.6 [1.0.5]: https://github.com/koldakov/futuramaapi/releases/tag/1.0.5 diff --git a/pyproject.toml b/pyproject.toml index fa613e3..19a05a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "futuramaapi" -version = "1.0.7" +version = "1.0.8" description = "Inspired REST and GraphQL API based on TV show Futurama" authors = ["Ivan Koldakov "] readme = "README.md"