diff --git a/CHANGELOG.md b/CHANGELOG.md index 30031dc..543938b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.11.2 - 2019-02-15 + +- Fix table row estimation query for camelcase schemas, GH-414 + ## 0.11.1 - 2019-01-28 - Typo fixes diff --git a/Dockerfile b/Dockerfile index 63d4ed1..a8cd41c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.6 LABEL maintainer="Dan Sosedoff " -ENV PGWEB_VERSION 0.11.1 +ENV PGWEB_VERSION 0.11.2 RUN \ apk update && \