File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ 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.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
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.12.1 "
6+ version = " 1.12.2 "
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