Add changelog and bump pyproject version

This commit is contained in:
Jeff Cohen 2024-02-01 18:27:55 +00:00
parent 43a971c1ef
commit b8d958f8b5
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# CHANGE LOG
## Version 1.0.8 (2023-08-12)
- add support for UPDATE_USER_ON_LOGIN flag
## Version 1.0.7 (2023-08-12)
- match version requirements in pyproject.toml to those in requirements/stable-psa.txt

View File

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta:__legacy__"
[project]
name = "edx-oauth2-wordpress-backend"
version = "1.0.7"
version = "1.0.8"
authors = [
{ name="Lawrence McDaniel", email="lpm0073@gmail.com" },
]