Skip to content

Commit 7ce8a92

Browse files
committed
Bump version
1 parent 8111e61 commit 7ce8a92

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +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.10.2] - 2026-01-02
8+
9+
### Fixed
10+
11+
- Typos in docs.
12+
713
## [1.10.1] - 2026-01-02
814

915
### Added
1016

11-
- Favorite characters API (add, list, delete)
17+
- Favorite characters API (add, list, delete).
1218

1319
## [1.9.18] - 2025-12-31
1420

@@ -402,6 +408,7 @@ For now auto generation available only
402408
- GraphQL: Season selection by id
403409
- GraphQL: Paginated (Edged) seasons selection
404410

411+
[1.10.2]: https://github.com/koldakov/futuramaapi/releases/tag/1.10.2
405412
[1.10.1]: https://github.com/koldakov/futuramaapi/releases/tag/1.10.1
406413
[1.9.18]: https://github.com/koldakov/futuramaapi/releases/tag/1.9.18
407414
[1.9.17]: https://github.com/koldakov/futuramaapi/releases/tag/1.9.17

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.1"
6+
version = "1.10.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)