CHANGELOG.md in testcontainers-redis-0.1.0 vs CHANGELOG.md in testcontainers-redis-0.1.1
- old
+ new
@@ -1,10 +1,21 @@
+## [0.1.1] - 2023-6-10
+
+### Added
+
+- Add healthcheck support on start
+
+### Fixed
+
+- Remove support for custom password and port, those aren't supported by
+ Redis images
+
## [0.1.0] - 2023-05-13
### Added
- Initial release of the Redis module