Skip to content

Commit cadab0f

Browse files
committed
Bump version
1 parent 0c30a6e commit cadab0f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ 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.2] - 2026-01-27
8+
9+
### Improved
10+
11+
- General codebase.
12+
13+
### Security
14+
15+
- Updated libraries. This addresses the following vulnerability:
16+
- [CVE-2026-24486](https://nvd.nist.gov/vuln/detail/CVE-2026-24486).
17+
718
## [1.12.1] - 2026-01-24
819

920
### Added
@@ -528,6 +539,7 @@ For now auto generation available only
528539
- GraphQL: Season selection by id
529540
- GraphQL: Paginated (Edged) seasons selection
530541

542+
[1.12.2]: https://github.com/koldakov/futuramaapi/releases/tag/1.12.2
531543
[1.12.1]: https://github.com/koldakov/futuramaapi/releases/tag/1.12.1
532544
[1.11.8]: https://github.com/koldakov/futuramaapi/releases/tag/1.11.8
533545
[1.11.7]: https://github.com/koldakov/futuramaapi/releases/tag/1.11.7

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.12.1"
6+
version = "1.12.2"
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)