From 1f58ff85cf4f9ef3c036109c11acd8376b436b47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20P=C3=B6hls?= Date: Fri, 8 Jan 2021 11:06:09 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c55ff23..a1e35b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog +## [1.2.0](https://github.com/superchargejs/redis-github-action/compare/v1.1.0...v1.2.0) - 2021-01-08 + +### Added +- version check before starting the Redis container: fall back to `latest` when no Redis version is defined for the workflow +- run tests on pull requests + +### Updated +- refined wording in Readme + + ## [1.1.0](https://github.com/superchargejs/redis-github-action/compare/v1.0.0...v1.1.0) - 2019-12-18 ### Updated