From 4d75e469b65956ee3ded2521c7d8da8196541caa Mon Sep 17 00:00:00 2001 From: Philip Maina Date: Fri, 18 Aug 2023 02:18:49 +0300 Subject: [PATCH] Bump version to 3.5.1 --- CHANGELOG.md | 5 +++++ rainforest-cli.go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0bb9839..fa6c4993 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Rainforest CLI Changelog +## 3.5.1 - 2023-08-18 + +- Retain `#` in urls and webhooks with empty fragments when creating temporary environments + - (1212393e387292d88fba464abf7d7eabe1b1a0b5, @philip-maina) + ## 3.5.0 - 2023-05-05 - Use webhook for temporary environment if it is set, and enable webhook. diff --git a/rainforest-cli.go b/rainforest-cli.go index 31d9fe9c..5311c563 100644 --- a/rainforest-cli.go +++ b/rainforest-cli.go @@ -13,7 +13,7 @@ import ( const ( // Version of the app in SemVer - version = "3.5.0" + version = "3.5.1" // This is the default spec folder for RFML tests defaultSpecFolder = "./spec/rainforest" )