diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a12975..fecfb34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## 1.0.9 (February 16th, 2022) + +### Added + +- hotfix: queries: add missing `pageInfo` from https://github.com/AmanoTeam/python-anilist/commit/2c9f7efd5127371fd09b6630c1564c13755131d1. + ## 1.0.8 (February 16th, 2022) ### Added diff --git a/anilist/__init__.py b/anilist/__init__.py index df1ff8e..de8ba8f 100644 --- a/anilist/__init__.py +++ b/anilist/__init__.py @@ -6,7 +6,7 @@ __author__ = "AmanoTeam" __email__ = "contact@amanoteam.com" __license__ = "MIT" -__version__ = "1.0.8" +__version__ = "1.0.9" from . import types diff --git a/setup.cfg b/setup.cfg index 3fd867e..8109150 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ [metadata] name = python-anilist -version = 1.0.8 +version = 1.0.9 url = https://github.com/AmanoTeam/python-anilist author = AmanoTeam author_email = contact@amanoteam.com