diff --git a/CHANGELOG.md b/CHANGELOG.md index 98ca28d..40f26b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log All notable changes to this project will be documented in this file. +## 0.2.3 +## Changed +- Fix; fall back to indieauth.com when no authorization_endpoint is + specified (previous fix broke this). + ## 0.2.2 ## Changed - Fix vulnerability; re-discover the authorization_endpoint and diff --git a/setup.py b/setup.py index d64ed7f..6897e25 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ from setuptools import setup setup( name='Flask-Micropub', - version='0.2.2', + version='0.2.3', url='https://github.com/kylewm/flask-micropub/', license='BSD', author='Kyle Mahan',