Version bump: 0.14.3

This commit is contained in:
Dan Sosedoff 2024-01-28 20:14:20 -06:00
parent 408e23adb3
commit 7ee3c61e38
No known key found for this signature in database
GPG Key ID: 26186197D282B164
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
# 0.14.3 - 2024-01-28
- `NEW` Allow retrying a connection on startup, GH-695
- `NEW` Allow setting readonly mode in bookmarks, GH-707
- `FIX` Add UPDATE to list of restricted keywords in read-only mode, GH-697
# 0.14.2 - 2023-10-29
- `NEW` Execute tests using PostgreSQL 16, GH-691

View File

@ -8,7 +8,7 @@ import (
const (
// Version is the current Pgweb application version
Version = "0.14.2"
Version = "0.14.3"
)
var (