File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
55This 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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "futuramaapi"
33
44[tool .poetry ]
55name = " futuramaapi"
6- version = " 1.11.5 "
6+ version = " 1.11.6 "
77description = " Inspired REST and GraphQL API based on TV show Futurama."
88authors = [" Ivan Koldakov <ivan.koldakov@gmail.com>" ]
99readme = " README.md"
You can’t perform that action at this time.
0 commit comments