Updated changelog and version for the project.

This commit is contained in:
David Velez
2021-07-22 10:47:02 -05:00
parent 2dd37b09ab
commit 3dc2b53e41
2 changed files with 5 additions and 1 deletions

View File

@@ -2,6 +2,10 @@
## 0.1
### 0.1.5
- Fix setting expire for redis (#24)
- Update expire key
### 0.1.4
- Fix default expire for memcached. (#13)

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "fastapi-cache2"
version = "0.1.4"
version = "0.1.4.1"
description = "Cache for FastAPI"
authors = ["long2ice <long2ice@gmail.com>"]
license = "Apache-2.0"