Skip to content

Commit 70b2434

Browse files
committed
Bump new version
1 parent 35830ce commit 70b2434

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
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.1.3] - 2024-07-07
8+
9+
### Fixed
10+
11+
- GraphQL API for Character, Characters, Episode and Season
12+
713
## [1.1.2] - 2024-07-06
814

915
### Fixed
@@ -114,6 +120,7 @@ For now auto generation available only
114120
- GraphQL: Season selection by id
115121
- GraphQL: Paginated (Edged) seasons selection
116122

123+
[1.1.3]: https://github.com/koldakov/futuramaapi/releases/tag/1.1.3
117124
[1.1.2]: https://github.com/koldakov/futuramaapi/releases/tag/1.1.2
118125
[1.1.1]: https://github.com/koldakov/futuramaapi/releases/tag/1.1.1
119126
[1.1.0]: https://github.com/koldakov/futuramaapi/releases/tag/1.1.0

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "futuramaapi"
3-
version = "1.1.2"
3+
version = "1.1.3"
44
description = "Inspired REST and GraphQL API based on TV show Futurama"
55
authors = ["Ivan Koldakov <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)