Skip to content

Commit 57abbee

Browse files
committed
Bump version
1 parent 48b7634 commit 57abbee

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.10.6] - 2026-01-05
8+
9+
### Added
10+
11+
- `Changelog` feature to track updates.
12+
713
## [1.10.5] - 2026-01-05
814

915
### Improved
@@ -426,6 +432,7 @@ For now auto generation available only
426432
- GraphQL: Season selection by id
427433
- GraphQL: Paginated (Edged) seasons selection
428434

435+
[1.10.6]: https://github.com/koldakov/futuramaapi/releases/tag/1.10.6
429436
[1.10.5]: https://github.com/koldakov/futuramaapi/releases/tag/1.10.5
430437
[1.10.4]: https://github.com/koldakov/futuramaapi/releases/tag/1.10.4
431438
[1.10.3]: https://github.com/koldakov/futuramaapi/releases/tag/1.10.3

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.10.5"
6+
version = "1.10.6"
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)