diff --git a/CHANGELOG.md b/CHANGELOG.md index 59937a0..9c82d69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,24 @@ 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.8.0] - 2024-12-7 + +### Fixed + +- Minor bugs + +### Improved + +- General codebase + +### Added + +- Link to GitHub as it's much easier for you to find source code + +### Deprecated + +- `/api/users/list` endpoint. Instead, it's advised to use `/api/users` endpoint + ## [1.7.1] - 2024-11-15 ### Fixed @@ -212,6 +230,7 @@ For now auto generation available only - GraphQL: Season selection by id - GraphQL: Paginated (Edged) seasons selection +[1.8.0]: https://github.com/koldakov/futuramaapi/releases/tag/1.8.0 [1.7.1]: https://github.com/koldakov/futuramaapi/releases/tag/1.7.1 [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 diff --git a/pyproject.toml b/pyproject.toml index e5c21e9..2ebc005 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "futuramaapi" -version = "1.7.1" +version = "1.8.0" description = "Inspired REST and GraphQL API based on TV show Futurama." authors = ["Ivan Koldakov "] readme = "README.md"