diff --git a/CHANGES.rst b/CHANGES.rst index c2c7257..843b0bb 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,10 @@ +Version 0.1.6 (2022-11-21) +-------------------------- + +* Updated: Update docs to point to latest js and css version + See also: https://docs.friendlycaptcha.com/#/legacy_endpoint + + Version 0.1.5 (2022-11-04) -------------------------- diff --git a/setup.py b/setup.py index 05755ce..4d9accb 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def read(fname): setup( name='django-friendly-captcha', - version='0.1.5', + version='0.1.6', description='Django library for friendly captcha', long_description=read('README.rst'), url='https://github.com/christianwgd/django-friendly-captcha',