Skip to content

Commit b8d9751

Browse files
committed
v1.4.3
1 parent 9d67cdc commit b8d9751

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v1.4.3 [2022-10-20]
2+
* Add logging to import foreign schema.
3+
14
## v1.4.2 [2022-09-26]
25
* Republish to fix inconsistently versioned Linux Arm build.
36

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
)
1212

1313
// The main version number that is being run at the moment.
14-
var fdwVersion = "1.4.2"
14+
var fdwVersion = "1.4.3"
1515

1616
// A pre-release marker for the version. If this is "" (empty string)
1717
// then it means that it is a final release. Otherwise, this is a pre-release

0 commit comments

Comments
 (0)