From 9f29b10098222cab4c2614613516f9a34ff0ace7 Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Fri, 15 Feb 2019 14:16:34 -0600 Subject: [PATCH] Update changelog/dockerfile --- CHANGELOG.md | 4 ++++ Dockerfile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 && \