Skip to content

Commit 86ae26e

Browse files
committed
Bump version
1 parent b924b5c commit 86ae26e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ 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.5] - 2026-01-18
8+
9+
### Fixed
10+
- E-mail is not being sent on user creation.
11+
12+
### Improved
13+
14+
- General codebase.
15+
716
## [1.11.4] - 2026-01-18
817

918
### Deprecated
@@ -479,6 +488,7 @@ For now auto generation available only
479488
- GraphQL: Season selection by id
480489
- GraphQL: Paginated (Edged) seasons selection
481490

491+
[1.11.5]: https://github.com/koldakov/futuramaapi/releases/tag/1.11.5
482492
[1.11.4]: https://github.com/koldakov/futuramaapi/releases/tag/1.11.4
483493
[1.11.3]: https://github.com/koldakov/futuramaapi/releases/tag/1.11.3
484494
[1.11.2]: https://github.com/koldakov/futuramaapi/releases/tag/1.11.2

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.4"
6+
version = "1.11.5"
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)