File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ 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.5] - 2026-01-18
8+
9+ ### Fixed
10+ - E-mail is not being sent on user creation.
11+
12+ ### Improved
13+
14+ - General codebase.
15+
716## [ 1.11.4] - 2026-01-18
817
918### Deprecated
@@ -479,6 +488,7 @@ For now auto generation available only
479488- GraphQL: Season selection by id
480489- GraphQL: Paginated (Edged) seasons selection
481490
491+ [ 1.11.5 ] : https://github.com/koldakov/futuramaapi/releases/tag/1.11.5
482492[ 1.11.4 ] : https://github.com/koldakov/futuramaapi/releases/tag/1.11.4
483493[ 1.11.3 ] : https://github.com/koldakov/futuramaapi/releases/tag/1.11.3
484494[ 1.11.2 ] : https://github.com/koldakov/futuramaapi/releases/tag/1.11.2
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.4 "
6+ version = " 1.11.5 "
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