From 374dc600e096fca690042edd8fa1d9c2447da1c5 Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Thu, 20 Jan 2022 21:37:05 -0600 Subject: [PATCH] Update changelog and docker target --- CHANGELOG.md | 11 +++++++++++ Dockerfile | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 518e365..e548fba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 0.11.10 - 2022-01-20 + +- Removes alert on column copy value, GH-536 +- Migrate test suite to Github Action, GH-540 +- Serialize binary bytea cols into hex/base64, GH-537 +- Include build time into version string, GH-541 +- Explain analyze dropdown button, GH-532 +- Switch to go 1.17, GH-543 +- Use HTTP 302 status code for successful backend redirect, GH-544 +- Add connect backend tests, GH-546 + ## 0.11.9 - 2021-11-08 - Releases are built on Go 1.17 diff --git a/Dockerfile b/Dockerfile index bc9d0ca..619c4c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.14 LABEL maintainer="Dan Sosedoff " -ENV PGWEB_VERSION 0.11.9 +ENV PGWEB_VERSION 0.11.10 RUN \ apk update && \