Skip to content

Commit

Permalink
Prep v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rfk committed May 4, 2018
1 parent 805b16f commit 97bfe7a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.txt
Expand Up @@ -3,6 +3,15 @@ CHANGELOG

This document describes changes between each past release.

0.6.0 (2018-05-04)
==================

- Add support for PKCE challenge and response in the OAuth flow.
- Add ability to supply `keys_jwk` when starting an OAuth flow.
- Improve scope-matching logic based on new FxA testcases,
including handling of URL-format scopes.


0.5.0 (2018-01-12)
==================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -48,7 +48,7 @@ def open_file(filename):


setup(name="PyFxA",
version='0.5.0',
version='0.6.0',
description="Firefox Accounts client library for Python",
long_description=README + "\n\n" + CHANGES,
classifiers=[
Expand Down

0 comments on commit 97bfe7a

Please sign in to comment.