From 656b0b5cf954e2f1e716731e810b839d3050577d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20P=C3=B6hls?= Date: Thu, 27 Jul 2023 10:42:50 +0200 Subject: [PATCH] prepare changelog for 1.6.0 --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5dac61..5264806 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,16 @@ # Changelog -## [1.5.0](https://github.com/supercharge/redis-github-action/compare/v1i.4.0...v1.5.0) - 2023-02-14 +## [1.66.0](https://github.com/supercharge/redis-github-action/compare/v1.5.0...v1.66.0) - 2023-07-27 + +### Added +- add `redis-remove-container` option adding the `--rm` flag to the resulting `docker run … --rm` command which starts the Redis container + +### Updated +- update versions in README + + +## [1.5.0](https://github.com/supercharge/redis-github-action/compare/v1.4.0...v1.5.0) - 2023-02-14 ### Added - use a custom Redis image: useful if you need to run an alternative Redis image like Redis Stack