Skip to content

Commit 6168c12

Browse files
committed
Bump new version
1 parent f7366dc commit 6168c12

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.0.7] - 2024-06-21
8+
9+
### Fixed
10+
11+
- Minor bugs
12+
713
## [1.0.6] - 2024-06-18
814

915
### Security
@@ -71,6 +77,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
7177
- GraphQL: Season selection by id
7278
- GraphQL: Paginated (Edged) seasons selection
7379

80+
[1.0.7]: https://github.com/koldakov/futuramaapi/releases/tag/1.0.7
7481
[1.0.6]: https://github.com/koldakov/futuramaapi/releases/tag/1.0.6
7582
[1.0.5]: https://github.com/koldakov/futuramaapi/releases/tag/1.0.5
7683
[1.0.4]: https://github.com/koldakov/futuramaapi/releases/tag/1.0.4

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.0.6"
3+
version = "1.0.7"
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)