diff --git a/CHANGELOG.md b/CHANGELOG.md index 720c6a1a..41237aa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -## 0.8.18 release on 2023-08-23 +## 0.8.20 release on 2023-08-23 + +1. appmanage config files error:bug fix + +## 0.8.19 release on 2023-08-23 1. New App Store preview push function added 2. Fix some known bugs diff --git a/changelog_latest.md b/changelog_latest.md index b53c1ea3..e0e0691d 100644 --- a/changelog_latest.md +++ b/changelog_latest.md @@ -1,2 +1 @@ -1. New App Store preview push function added -2. Fix some known bugs +1. appmanage config files error diff --git a/docker/w9appmanage/docker-compose.yml b/docker/w9appmanage/docker-compose.yml index 1eeb9194..e407314d 100644 --- a/docker/w9appmanage/docker-compose.yml +++ b/docker/w9appmanage/docker-compose.yml @@ -10,7 +10,7 @@ services: volumes: - appmanage-logs:/usr/src/app/logs - appmanage-db:/usr/src/app/db - - appmanage-config:/usr/src/app/config + # - appmanage-config:/usr/src/app/config entrypoint: bash -c "/cmd.sh" ports: - ${APP_HTTP_PORT}:5000 diff --git a/version.json b/version.json index d2ca6670..4f75f479 100644 --- a/version.json +++ b/version.json @@ -43,5 +43,5 @@ "18.04" ] }, - "VERSION": "0.8.19" + "VERSION": "0.8.20" } \ No newline at end of file