Skip to content

Commit e848fb4

Browse files
committed
Bump version
1 parent 15581c7 commit e848fb4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.11.6] - 2026-01-19
8+
9+
### Fixed
10+
- Incorrect user password after user creation. Kindly restore the password.
11+
712
## [1.11.5] - 2026-01-18
813

914
### Fixed
@@ -488,6 +493,7 @@ For now auto generation available only
488493
- GraphQL: Season selection by id
489494
- GraphQL: Paginated (Edged) seasons selection
490495

496+
[1.11.6]: https://github.com/koldakov/futuramaapi/releases/tag/1.11.6
491497
[1.11.5]: https://github.com/koldakov/futuramaapi/releases/tag/1.11.5
492498
[1.11.4]: https://github.com/koldakov/futuramaapi/releases/tag/1.11.4
493499
[1.11.3]: https://github.com/koldakov/futuramaapi/releases/tag/1.11.3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "futuramaapi"
33

44
[tool.poetry]
55
name = "futuramaapi"
6-
version = "1.11.5"
6+
version = "1.11.6"
77
description = "Inspired REST and GraphQL API based on TV show Futurama."
88
authors = ["Ivan Koldakov <ivan.koldakov@gmail.com>"]
99
readme = "README.md"

0 commit comments

Comments
 (0)