Skip to content

Commit 66f6377

Browse files
committed
Bump version
1 parent b363651 commit 66f6377

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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.8.4] - 2025-03-26
8+
9+
### Improved
10+
11+
- General codebase
12+
- FuturamaAPI stability
13+
714
## [1.8.3] - 2025-03-16
815

916
### Fixed
@@ -252,6 +259,7 @@ For now auto generation available only
252259
- GraphQL: Season selection by id
253260
- GraphQL: Paginated (Edged) seasons selection
254261

262+
[1.8.4]: https://github.com/koldakov/futuramaapi/releases/tag/1.8.4
255263
[1.8.3]: https://github.com/koldakov/futuramaapi/releases/tag/1.8.3
256264
[1.8.2]: https://github.com/koldakov/futuramaapi/releases/tag/1.8.2
257265
[1.8.1]: https://github.com/koldakov/futuramaapi/releases/tag/1.8.1

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "futuramaapi"
33

44
[tool.poetry]
55
name = "futuramaapi"
6-
version = "1.8.3"
6+
version = "1.8.4"
77
description = "Inspired REST and GraphQL API based on TV show Futurama."
88
authors = ["Ivan Koldakov <coldie322@gmail.com>"]
99
readme = "README.md"

0 commit comments

Comments
 (0)