diff --git a/CHANGELOG.md b/CHANGELOG.md index a921ebf..2cf9a19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ Note: version releases in the 0.x.y range may introduce breaking changes. +## v1.5.4 (2022-05-13) +### Fix +* Empty commit to trigger release ([`e3498fd`](https://github.com/xeroc/python-graphenelib/commit/e3498fd01c2b1e315bc44911a71375afcae9601e)) + +### Documentation +* Release flow and conventional commits ([`a75a1f6`](https://github.com/xeroc/python-graphenelib/commit/a75a1f69ce3d55f4804c969f366b1c429693bee1)) + ## v1.5.3 (2022-05-13) ### Fix * Setup.cfg lib should work with >=3.6 too ([`1023aa3`](https://github.com/xeroc/python-graphenelib/commit/1023aa30d07901339e4db6c7c536993e7501c3da)) diff --git a/setup.py b/setup.py index ce16086..5877146 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup -__version__ = "1.5.3" +__version__ = "1.5.4" setup( version=__version__,