Skip to content

Commit

Permalink
Bump version number and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
JWCook committed Apr 8, 2021
1 parent 3048a0a commit 7e7edbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions HISTORY.md
Expand Up @@ -3,6 +3,7 @@
## 0.3.0 (TBD)
[See all issues & PRs here](https://github.com/JWCook/aiohttp-client-cache/milestone/2?closed=1)

* Add async implementation of DynamoDb backend
* Add support for setting different expiration times based on URL patterns
* Add support for serializing/deserializing `ClientSession.links`
* Add case-insensitive response headers for compatibility with aiohttp.ClientResponse.headers
Expand Down
2 changes: 1 addition & 1 deletion aiohttp_client_cache/__init__.py
@@ -1,4 +1,4 @@
__version__ = '0.2.2'
__version__ = '0.3.0'

# flake8: noqa: F401,F403
try:
Expand Down

0 comments on commit 7e7edbd

Please sign in to comment.