Skip to content

Commit

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

### Added

- Shortened URLs generation. Sign-up and generate shortened URLs like https://futuramaapi.com/AAAAAAA.
For now auto generation available only
- Paginated shortened URLs retrieve
- Link retrieve by link id

### Security

- Improved the code

## [1.0.7] - 2024-05-24

### Fixed
Expand Down Expand Up @@ -77,6 +90,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- GraphQL: Season selection by id
- GraphQL: Paginated (Edged) seasons selection

[1.0.8]: https://github.com/koldakov/futuramaapi/releases/tag/1.0.8
[1.0.7]: https://github.com/koldakov/futuramaapi/releases/tag/1.0.7
[1.0.6]: https://github.com/koldakov/futuramaapi/releases/tag/1.0.6
[1.0.5]: https://github.com/koldakov/futuramaapi/releases/tag/1.0.5
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.0.7"
version = "1.0.8"
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 1e8dc16

Please sign in to comment.