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
6 changes: 6 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ CHANGELOG

This document describes changes between each past release.

0.8.2 (2026-05-14)
==================

- Add CI WAF bypass header injection via ``CI_WAF_TOKEN`` env var
- Skip live integration tests by default (opt-in via ``FXA_RUN_LIVE_TESTS=1``)

0.8.1 (2025-05-01)
==================

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

"""

__version__ = "0.8.1"
__version__ = "0.8.2"
__ver_tuple__ = tuple(__version__.split("."))


Expand Down
Loading