From b91817b77377d60d4035af9b6a021d4616b1e2db Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 09:32:56 +0100 Subject: [PATCH] chore: release 0.1.0 (#3) --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5dba160 --- /dev/null +++ b/CHANGELOG.md @@ -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))