We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27d7f1d + 4d75e46 commit e3746b3Copy full SHA for e3746b3
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Rainforest CLI Changelog
2
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
8
## 3.5.0 - 2023-05-05
9
10
- Use webhook for temporary environment if it is set, and enable webhook.
rainforest-cli.go
@@ -13,7 +13,7 @@ import (
13
14
const (
15
// Version of the app in SemVer
16
- version = "3.5.0"
+ version = "3.5.1"
17
// This is the default spec folder for RFML tests
18
defaultSpecFolder = "./spec/rainforest"
19
)
0 commit comments