Update changelog/dockerfile

This commit is contained in:
Dan Sosedoff
2019-02-15 14:16:34 -06:00
parent d3aaf8f5db
commit 9f29b10098
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -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
+1 -1
View File
@@ -1,6 +1,6 @@
FROM alpine:3.6
LABEL maintainer="Dan Sosedoff <dan.sosedoff@gmail.com>"
ENV PGWEB_VERSION 0.11.1
ENV PGWEB_VERSION 0.11.2
RUN \
apk update && \