Skip to content

Commit

Permalink
Bump new version
Browse files Browse the repository at this point in the history
  • Loading branch information
koldakov committed Dec 7, 2024
1 parent cb5dc9b commit effe078
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ 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.8.0] - 2024-12-7

### Fixed

- Minor bugs

### Improved

- General codebase

### Added

- Link to GitHub as it's much easier for you to find source code

### Deprecated

- `/api/users/list` endpoint. Instead, it's advised to use `/api/users` endpoint

## [1.7.1] - 2024-11-15

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

[1.8.0]: https://github.com/koldakov/futuramaapi/releases/tag/1.8.0
[1.7.1]: https://github.com/koldakov/futuramaapi/releases/tag/1.7.1
[1.7.0]: https://github.com/koldakov/futuramaapi/releases/tag/1.7.0
[1.6.1]: https://github.com/koldakov/futuramaapi/releases/tag/1.6.1
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.7.1"
version = "1.8.0"
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 effe078

Please sign in to comment.