Skip to content

Commit 78fb1a6

Browse files
authored
Merge pull request #494 from rainforestapp/rf-34736-direct-connect-changelog
RF-34746 - Bump version to v3.6.0
2 parents e37d749 + 4a261a4 commit 78fb1a6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Rainforest CLI Changelog
22

3+
## 3.6.0 - 2024-06-26
4+
5+
- Add `direct-connect` command to support Rainforest Direct Connect
6+
- (e37d749f37a11a77b1244907cf28615f54e2123c, @ubergeek42)
7+
38
## 3.5.1 - 2023-08-18
49

510
- Retain `#` in urls and webhooks with empty fragments when creating temporary environments

rainforest-cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313

1414
const (
1515
// Version of the app in SemVer
16-
version = "3.5.1"
16+
version = "3.6.0"
1717
// This is the default spec folder for RFML tests
1818
defaultSpecFolder = "./spec/rainforest"
1919
)

0 commit comments

Comments
 (0)