Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Changelog
=========

v0.9.0 (2026-01-05)
-------------------

- Upgrade bundled JS library to latest ALTCHA v2.3.0 release.
Upgrade altcha-lib-py to v1.0.0 release.
https://github.com/aboutcode-org/django-altcha/pull/25

- Add support for ALTCHA translations.
https://github.com/aboutcode-org/django-altcha/pull/23

- Add replay attack protection documentation.
https://github.com/aboutcode-org/django-altcha/pull/26

v0.4.0 (2025-10-21)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion django_altcha/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

import altcha

__version__ = "0.4.0"
__version__ = "0.9.0"
VERSION = __version__

# Set to `False` to skip Altcha validation altogether.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "django-altcha"
version = "0.4.0"
version = "0.9.0"
description = "Django field and widget for Altcha CAPTCHA."
readme = "README.md"
license = "MIT"
Expand Down