Skip to content

Commit dfacadd

Browse files
authored
release 2.3.0 (#562)
1 parent 59cf9af commit dfacadd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGES.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ Changelog
55
Version 2.3.0
66
-------------
77

8-
- add indication if cache is used in the response header.
8+
Released 2024-05-04
9+
910
- Added ``response_hit_indication`` flag to ``Cache.cached`` decorator for appending 'hit_cache' headers to responses, indicating cache hits.
1011

1112

src/flask_caching/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
from flask_caching.utils import make_template_fragment_key # noqa: F401
4141
from flask_caching.utils import wants_args
4242

43-
__version__ = "2.2.0"
43+
__version__ = "2.3.0"
4444

4545
logger = logging.getLogger(__name__)
4646

0 commit comments

Comments
 (0)