diff --git a/CHANGELOG.md b/CHANGELOG.md index d46dd72..99b5bed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.1.4] - 2023-10-19 + +### Miscellaneous Tasks + +- Version bump + ## [0.1.3] - 2023-10-19 ### Miscellaneous Tasks diff --git a/pyproject.toml b/pyproject.toml index f6a39b1..9fc6d40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flask-caching-s3" -version = "0.1.3" +version = "0.1.4" description = "An S3 adapter for the Flask-Caching framework" license = "MIT" readme = "README.rst"