# Version 0.1.6 - 2023-09-30 * Add separate example configuration for Windows. * Add example to process `multipart/form-data` file uploads. # Version 0.1.5 - 2023-09-28 * Replace `structopt` with `clap`. * Fix compilation on non-Unix platforms. # Version 0.1.4 - 2022-10-11 * Update dependencies. # Version 0.1.3 - 2022-04-26 * Update dependencies. # Version 0.1.2 - 2021-08-13 * Reload TLS certificate and key after 24 hours. * Update to tokio 1.9. # Version 0.1.1 - 2020-12-20 * Fix the `--print-example-config` command line option. # Version 0.1.0 - 2020-12-20 * Run custom commands on POST requests for configured URLs. * Add HTTPS support. * Add `X-Hub-Signature-256` support. * Add concurrency limiting and job scheduling. * Add `--print-example-config` command line option.