Update changelog and docker image version

This commit is contained in:
Dan Sosedoff 2022-03-29 23:35:22 -05:00
parent db2a7a8aa5
commit 28229c4fc7
No known key found for this signature in database
GPG Key ID: 26186197D282B164
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
# 0.11.11 - 2022-03-29
- Auto-detect the query from the query source based on user selection, GH-547
- Added binary codec base58 as well as improving the help for --binary-codec flag, GH-548
- Change binary codec back to none, GH-555
## 0.11.10 - 2022-01-20
- Removes alert on column copy value, GH-536

View File

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