diff --git a/CHANGELOG.md b/CHANGELOG.md index a2e371e..1da2da8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Change Log All notable changes to this project will be documented in this file. +## 0.2.8 - 2017-11-04 +### Changed +- Added params to auth requests to support micropub.rocks tests + +### Added +- support JSON auth responses from token endpoints ## 0.2.7 - 2016-03-18 ### Changed diff --git a/setup.py b/setup.py index e78de68..4b30257 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ from setuptools import setup setup( name='Flask-Micropub', - version='0.2.7', + version='0.2.8', url='https://github.com/kylewm/flask-micropub/', license='BSD', author='Kyle Mahan',