Skip to content

Commit 5eb0566

Browse files
committed
Bump version
1 parent 015ad01 commit 5eb0566

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.11.4] - 2026-01-18
8+
9+
### Deprecated
10+
11+
- `/api/users/links` endpoint. Instead, it's advised to use `/api/links` endpoint
12+
- `/api/users/links/{link_id}` endpoint. Instead, it's advised to use `/api/links/{link_id}` endpoint
13+
14+
### Improved
15+
16+
- General codebase.
17+
718
## [1.11.3] - 2026-01-17
819

920
### Improved
@@ -468,6 +479,7 @@ For now auto generation available only
468479
- GraphQL: Season selection by id
469480
- GraphQL: Paginated (Edged) seasons selection
470481

482+
[1.11.4]: https://github.com/koldakov/futuramaapi/releases/tag/1.11.4
471483
[1.11.3]: https://github.com/koldakov/futuramaapi/releases/tag/1.11.3
472484
[1.11.2]: https://github.com/koldakov/futuramaapi/releases/tag/1.11.2
473485
[1.11.1]: https://github.com/koldakov/futuramaapi/releases/tag/1.11.1

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.3"
6+
version = "1.11.4"
77
description = "Inspired REST and GraphQL API based on TV show Futurama."
88
authors = ["Ivan Koldakov <[email protected]>"]
99
readme = "README.md"

0 commit comments

Comments
 (0)