Skip to content

Commit

Permalink
Bump new version
Browse files Browse the repository at this point in the history
  • Loading branch information
koldakov committed Jul 7, 2024
1 parent 35830ce commit 70b2434
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.3] - 2024-07-07

### Fixed

- GraphQL API for Character, Characters, Episode and Season

## [1.1.2] - 2024-07-06

### Fixed
Expand Down Expand Up @@ -114,6 +120,7 @@ For now auto generation available only
- GraphQL: Season selection by id
- GraphQL: Paginated (Edged) seasons selection

[1.1.3]: https://github.com/koldakov/futuramaapi/releases/tag/1.1.3
[1.1.2]: https://github.com/koldakov/futuramaapi/releases/tag/1.1.2
[1.1.1]: https://github.com/koldakov/futuramaapi/releases/tag/1.1.1
[1.1.0]: https://github.com/koldakov/futuramaapi/releases/tag/1.1.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "futuramaapi"
version = "1.1.2"
version = "1.1.3"
description = "Inspired REST and GraphQL API based on TV show Futurama"
authors = ["Ivan Koldakov <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 70b2434

Please sign in to comment.