Skip to content

Commit e3746b3

Browse files
authored
Merge pull request #488 from rainforestapp/RF-22799-bump-to-version-3_5_1
RF-22799 Bump version to 3.5.1
2 parents 27d7f1d + 4d75e46 commit e3746b3

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.5.1 - 2023-08-18
4+
5+
- Retain `#` in urls and webhooks with empty fragments when creating temporary environments
6+
- (1212393e387292d88fba464abf7d7eabe1b1a0b5, @philip-maina)
7+
38
## 3.5.0 - 2023-05-05
49

510
- Use webhook for temporary environment if it is set, and enable webhook.

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.0"
16+
version = "3.5.1"
1717
// This is the default spec folder for RFML tests
1818
defaultSpecFolder = "./spec/rainforest"
1919
)

0 commit comments

Comments
 (0)