-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
465af21
commit b91817b
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Changelog | ||
|
||
## 0.1.0 (2022-12-13) | ||
|
||
|
||
### Features | ||
|
||
* base support for opening connection over ssh tunnelling ([#1](https://github.com/rudderlabs/sql-tunnels/issues/1)) ([871eebd](https://github.com/rudderlabs/sql-tunnels/commit/871eebd88caca94e977a66b050c28dc72a7ed732)) | ||
|
||
|
||
### Miscellaneous | ||
|
||
* add github actions for release and semantic pr ([93e1eb1](https://github.com/rudderlabs/sql-tunnels/commit/93e1eb1c0e2f7231ed931b3f1ae59d0635d353f3)) | ||
* init ([ffd7f15](https://github.com/rudderlabs/sql-tunnels/commit/ffd7f1592fe83aa8ac20de512690e4b08616bc95)) | ||
* release 0.1.0 ([465af21](https://github.com/rudderlabs/sql-tunnels/commit/465af21674b7eefad316a390237765e1ed3a0330)) | ||
* simplify tunnel code and early error handling ([#4](https://github.com/rudderlabs/sql-tunnels/issues/4)) ([9adc70d](https://github.com/rudderlabs/sql-tunnels/commit/9adc70d6eb25dada578bc3ce8aab73fe20989ca9)) | ||
* use GITHUB_TOKEN ([73171cd](https://github.com/rudderlabs/sql-tunnels/commit/73171cd0d44b235a14db51d51eecaa7a08dac3f4)) |