Skip to content

Commit 562c4a9

Browse files
committed
Bump version
1 parent 7f0b810 commit 562c4a9

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ 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.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

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.8"
6+
version = "1.12.1"
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)