We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e37d749 + 4a261a4 commit 78fb1a6Copy full SHA for 78fb1a6
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Rainforest CLI Changelog
2
3
+## 3.6.0 - 2024-06-26
4
+
5
+- Add `direct-connect` command to support Rainforest Direct Connect
6
+ - (e37d749f37a11a77b1244907cf28615f54e2123c, @ubergeek42)
7
8
## 3.5.1 - 2023-08-18
9
10
- Retain `#` in urls and webhooks with empty fragments when creating temporary environments
rainforest-cli.go
@@ -13,7 +13,7 @@ import (
13
14
const (
15
// Version of the app in SemVer
16
- version = "3.5.1"
+ version = "3.6.0"
17
// This is the default spec folder for RFML tests
18
defaultSpecFolder = "./spec/rainforest"
19
)
0 commit comments