prepare changelog for 1.6.0

pull/16/head 1.6.0
Marcus Pöhls 2023-07-27 10:42:50 +02:00
parent f14f217353
commit 656b0b5cf9
1 changed files with 10 additions and 1 deletions

View File

@ -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