Skip to content

Commit 462e966

Browse files
chore(main): release 2.0.0-beta.3 (#81)
Co-authored-by: flagsmith-engineering[bot] <216534828+flagsmith-engineering[bot]@users.noreply.github.com>
1 parent 21ea585 commit 462e966

5 files changed

Lines changed: 11 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"2.0.0-beta.2"}
1+
{".":"2.0.0-beta.3"}

CHANGELOG.md

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

3+
## [2.0.0-beta.3](https://github.com/Flagsmith/flagsmith-cli/compare/v2.0.0-beta.2...v2.0.0-beta.3) (2026-08-11)
4+
5+
6+
### Bug Fixes
7+
8+
* **api:** send a default JSON content type ([#80](https://github.com/Flagsmith/flagsmith-cli/issues/80)) ([21ea585](https://github.com/Flagsmith/flagsmith-cli/commit/21ea585b35698df5d21f746231a193b360d9c89c))
9+
310
## [2.0.0-beta.2](https://github.com/Flagsmith/flagsmith-cli/compare/v2.0.0-beta.1...v2.0.0-beta.2) (2026-07-31)
411

512

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ curl -fsSL https://raw.githubusercontent.com/Flagsmith/flagsmith-cli/main/instal
1919

2020
To pin the installer itself, fetch it at a commit you trust: `raw.githubusercontent.com/Flagsmith/flagsmith-cli/<sha>/install.sh`.
2121

22-
Alternatively, `go install github.com/Flagsmith/flagsmith-cli/v2@v2.0.0-beta.2` (installs as `flagsmith-cli`), or grab an archive from [Releases](https://github.com/Flagsmith/flagsmith-cli/releases). <!-- x-release-please-version -->
22+
Alternatively, `go install github.com/Flagsmith/flagsmith-cli/v2@v2.0.0-beta.3` (installs as `flagsmith-cli`), or grab an archive from [Releases](https://github.com/Flagsmith/flagsmith-cli/releases). <!-- x-release-please-version -->
2323

2424
On Windows:
2525

install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $ErrorActionPreference = 'Stop'
3030
# Invoke-WebRequest spends most of its time drawing the progress bar.
3131
$ProgressPreference = 'SilentlyContinue'
3232

33-
$DefaultVersion = 'v2.0.0-beta.2' # x-release-please-version
33+
$DefaultVersion = 'v2.0.0-beta.3' # x-release-please-version
3434

3535
$Repo = 'Flagsmith/flagsmith-cli'
3636
$ExeName = 'flagsmith.exe'

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# the version as a flag or export it first.
99
set -eu
1010

11-
DEFAULT_VERSION="v2.0.0-beta.2" # x-release-please-version
11+
DEFAULT_VERSION="v2.0.0-beta.3" # x-release-please-version
1212

1313
REPO="Flagsmith/flagsmith-cli"
1414
BIN_NAME="flagsmith"

0 commit comments

Comments
 (0)