mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-14 10:23:02 +03:00
Update changelog and docker image version
This commit is contained in:
parent
db2a7a8aa5
commit
28229c4fc7
@ -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
|
||||
|
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user