From 8ca6f5814324d9430b8f196e79d042f151de5b6c Mon Sep 17 00:00:00 2001 From: Sebastien Lavoie Date: Wed, 23 Sep 2020 14:25:43 -0400 Subject: [PATCH] Add a CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5bd1c87 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# Changelog + +## v1 + +- First stable release +- [Remove the pkg folder](https://github.com/Shopify/go-cache/pull/10), clients will need to update their import paths. +- [Upgrade to go-redis v8](https://github.com/Shopify/go-cache/pull/8)