From 69d8b38b88bff9b627cd3da02f37b89debb2834f Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Wed, 16 Nov 2022 09:44:00 -0800 Subject: [PATCH] v0.5.1 release --- docker/.env-template-dev | 2 +- docker/.env-template-prod | 2 +- readme.md | 6 +++++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docker/.env-template-dev b/docker/.env-template-dev index 143ae4c5..6f61487c 100644 --- a/docker/.env-template-dev +++ b/docker/.env-template-dev @@ -1,4 +1,4 @@ -PUBLIC_POCKETHOST_VERSION=0.5.0 +PUBLIC_POCKETHOST_VERSION=0.5.1 PUBLIC_APP_PROTOCOL=https PUBLIC_APP_DOMAIN=pockethost.test PUBLIC_PB_PROTOCOL=https diff --git a/docker/.env-template-prod b/docker/.env-template-prod index 2d8d3e7e..94052921 100644 --- a/docker/.env-template-prod +++ b/docker/.env-template-prod @@ -1,4 +1,4 @@ -PUBLIC_POCKETHOST_VERSION=0.5.0 +PUBLIC_POCKETHOST_VERSION=0.5.1 PUBLIC_APP_PROTOCOL=https PUBLIC_APP_DOMAIN=pockethost.io PUBLIC_PB_PROTOCOL=https diff --git a/readme.md b/readme.md index e07f5a6d..9ef02dae 100644 --- a/readme.md +++ b/readme.md @@ -136,9 +136,13 @@ open https://pockethost.io **next** -- [x] Bugfix: 404 after creating instance - [ ] Bugfix: Disallow backups if data dir doesn't exist +**0.5.1** + +- [x] Bugfix: 404 after creating instance +- [x] SQLite3 build fix + **0.5.0** - [x] Create data backups