Skip to content

Commit

Permalink
release 2.3.0 (#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
northernSage committed May 4, 2024
1 parent 59cf9af commit dfacadd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ Changelog
Version 2.3.0
-------------

- add indication if cache is used in the response header.
Released 2024-05-04

- Added ``response_hit_indication`` flag to ``Cache.cached`` decorator for appending 'hit_cache' headers to responses, indicating cache hits.


Expand Down
2 changes: 1 addition & 1 deletion src/flask_caching/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
from flask_caching.utils import make_template_fragment_key # noqa: F401
from flask_caching.utils import wants_args

__version__ = "2.2.0"
__version__ = "2.3.0"

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit dfacadd

Please sign in to comment.