diff --git a/CHANGELOG.md b/CHANGELOG.md index e548fba..bfe5a8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Dockerfile b/Dockerfile index 619c4c5..2715a90 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.14 LABEL maintainer="Dan Sosedoff " -ENV PGWEB_VERSION 0.11.10 +ENV PGWEB_VERSION 0.11.11 RUN \ apk update && \