diff --git a/CHANGELOG.md b/CHANGELOG.md index 89c391b..715477f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.0.8](https://github.com/Kikobeats/cacheable-response/compare/v2.0.7...v2.0.8) (2020-04-28) + ### [2.0.7](https://github.com/Kikobeats/cacheable-response/compare/v2.0.6...v2.0.7) (2020-03-16) ### [2.0.6](https://github.com/Kikobeats/cacheable-response/compare/v2.0.5...v2.0.6) (2020-02-21) diff --git a/package.json b/package.json index 0440c44..7a46831 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "cacheable-response", "description": "An HTTP compliant route path middleware for serving cache response with invalidation support.", "homepage": "https://nicedoc.io/Kikobeats/cacheable-response", - "version": "2.0.7", + "version": "2.0.8", "main": "index.js", "author": { "email": "josefrancisco.verdu@gmail.com",