|
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
|
## [Unreleased]
|
|
## [Unreleased]
|
|
|
|
+
|
|
|
|
+## [2.0.1] - 2021-06-20
|
|
### Fixed
|
|
### Fixed
|
|
- entrypoint: unset no longer needed `MYSQLDUMP_ARGS` variable
|
|
- entrypoint: unset no longer needed `MYSQLDUMP_ARGS` variable
|
|
|
|
|
|
@@ -38,6 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
### Added
|
|
### Added
|
|
- openssh server invoking `mysqldump` when client connects
|
|
- openssh server invoking `mysqldump` when client connects
|
|
|
|
|
|
-[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v2.0.0...HEAD
|
|
+[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v2.0.1...HEAD
|
|
|
|
+[2.0.1]: https://github.com/olivierlacan/keep-a-changelog/compare/v2.0.0...v2.0.1
|
|
[2.0.0]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.0.0...v2.0.0
|
|
[2.0.0]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.0.0...v2.0.0
|
|
[1.0.0]: https://github.com/fphammerle/docker-mysqldump-sshd/releases/tag/v1.0.0
|
|
[1.0.0]: https://github.com/fphammerle/docker-mysqldump-sshd/releases/tag/v1.0.0
|