Update changelog and docker target

This commit is contained in:
Dan Sosedoff 2022-01-20 21:37:05 -06:00
parent 8171907ec2
commit 374dc600e0
No known key found for this signature in database
GPG Key ID: 26186197D282B164
2 changed files with 12 additions and 1 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
FROM alpine:3.14
LABEL maintainer="Dan Sosedoff <dan.sosedoff@gmail.com>"
ENV PGWEB_VERSION 0.11.9
ENV PGWEB_VERSION 0.11.10
RUN \
apk update && \