diff --git a/CHANGELOG b/CHANGELOG.md similarity index 89% rename from CHANGELOG rename to CHANGELOG.md index cb6af5c..4c90de7 100644 --- a/CHANGELOG +++ b/CHANGELOG.md @@ -16,9 +16,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.2.0] ### Added + - Implement permissions model #92 - As a user, I do not want to see stacktraces when errors occur #36 - Initial filtering implementation (#41) + - Update graphql schema with new filtering endpoint + - Hotfix product filtering ### Fixed - Cache Fix + Invalidate Change (#40)