From 026fb40ab6337cee8b57606719a713164a9138e4 Mon Sep 17 00:00:00 2001 From: Jun Kurihara Date: Sun, 10 Sep 2023 00:35:48 +0900 Subject: [PATCH] update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f094cf8..a7c171f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## 0.7.0 (unreleased) +## 0.6.1 + +### Bugfix + +- Fix: fix a "watch" bug for docker. Due to a docker limitation, we need to mount a dir, e.g, `/rpxy/config`, instead of a file, `rpxy.toml`, to track changes of the configuration file. We thus updated a start up script in docker container for the case "WATCH=true". + ## 0.6.0 ### Improvement