File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,25 @@ 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.12.1] - 2026-01-24
8+
9+ ### Added
10+
11+ - Updated and polished styles for the password change form.
12+
13+ ### Removed
14+
15+ - Deprecated routes.
16+
17+ ### Fixed
18+
19+ - Displayed user first name and surname on the index page correctly.
20+
21+ ### Improved
22+
23+ - Enhanced views to display contextual messages, e.g., password successfully changed or login errors.
24+ - General codebase improvements and refactoring for better readability and maintainability.
25+
726## [ 1.11.8] - 2026-01-21
827
928### Fixed
@@ -509,6 +528,7 @@ For now auto generation available only
509528- GraphQL: Season selection by id
510529- GraphQL: Paginated (Edged) seasons selection
511530
531+ [ 1.12.1 ] : https://github.com/koldakov/futuramaapi/releases/tag/1.12.1
512532[ 1.11.8 ] : https://github.com/koldakov/futuramaapi/releases/tag/1.11.8
513533[ 1.11.7 ] : https://github.com/koldakov/futuramaapi/releases/tag/1.11.7
514534[ 1.11.6 ] : https://github.com/koldakov/futuramaapi/releases/tag/1.11.6
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.8 "
6+ version = " 1.12.1 "
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