Skip to content

Commit

Permalink
Release v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jackc committed Jun 17, 2023
1 parent a6c105c commit 3b4b9b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,12 @@ is still available through RubyGems and the source code is on the ruby branch.

## Version History

## 2.1.1 (June 17, 2023)

* Upgrade to pgx v5.4.0 - This should resolve ssh tunnel issues
* CLI tool sets application_name to "tern" by default
* Fix FindMigrations panic with missing migrations (Billy Keyes)

## 2.1.0 (April 13, 2023)

* Add print-connstring command to CLI (abs3ntdev)
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
ini "github.com/vaughan0/go-ini"
)

const VERSION = "2.1.0"
const VERSION = "2.1.1"

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

0 comments on commit 3b4b9b7

Please sign in to comment.