diff --git a/CHANGELOG.md b/CHANGELOG.md index b2a87db..f43ae85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,14 +2,18 @@ All notable changes to this project will be documented in this file. +# 7.0.0 (24-07-2020) + +- Refactored the Redis cache + # 6.4.3 (20-07-2020) - - rename nonCacheable endpoint to secondaryEndpoint - - apply redis cache to all backend endpoints + - Rename nonCacheable endpoint to secondaryEndpoint + - Apply redis cache to all backend endpoints # 6.4.2 (01-07-2020) - - bugfix for nonCacheable endpoints being called on previews + - Bugfix for nonCacheable endpoints being called on previews - Create nonCacheable enpoint # 6.3.1 (09-06-2020) diff --git a/package.json b/package.json index 1b70bd5..a9bbdfe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tapestry-lite", - "version": "6.4.3", + "version": "7.0.0", "description": "Universal React & Wordpress Renderer", "main": "./src/server/index.js", "bin": {