Skip to content

Commit

Permalink
Release v2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jackc committed Oct 1, 2024
1 parent e68caad commit 5e38057
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,10 @@ is still available through RubyGems and the source code is on the ruby branch.

## Version History

## 2.2.3 (October 1, 2024)

* Fix: version command for v2.2.2 was not updated and still outputted v2.2.1.

## 2.2.2 (September 29, 2024)

* Fix: default sslmode=prefer behavior could cause fallback config confusion that could cause some connection settings to be ignored when not over ssl.
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
ini "github.com/vaughan0/go-ini"
)

const VERSION = "2.2.1"
const VERSION = "2.2.3"

var defaultConf = `[database]
# host is required (network host or path to Unix domain socket)
Expand Down

0 comments on commit 5e38057

Please sign in to comment.