diff --git a/CHANGELOG.md b/CHANGELOG.md index 39fc84b..333c485 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.5.1] - 2024-09-08 + +### Fixed + +- Minor bugs + ## [1.5.0] - 2024-09-06 ### Changed @@ -175,6 +181,7 @@ For now auto generation available only - GraphQL: Season selection by id - GraphQL: Paginated (Edged) seasons selection +[1.5.1]: https://github.com/koldakov/futuramaapi/releases/tag/1.5.1 [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 diff --git a/pyproject.toml b/pyproject.toml index 9369c68..d977537 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "futuramaapi" -version = "1.5.0" +version = "1.5.1" description = "Inspired REST and GraphQL API based on TV show Futurama." authors = ["Ivan Koldakov "] readme = "README.md"