Skip to content

Commit 3542fa4

Browse files
authored
Merge pull request #4565 from flipt-io/release/v2.0.0
2 parents 6bf76a6 + 82d2a81 commit 3542fa4

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
33
This format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6+
## [2.0.1](https://github.com/flipt-io/flipt/releases/tag/v2.0.1) - 2025-08-16
7+
8+
### Added
9+
10+
- Include `type` and `enabled` flag attributes for v1 ListFlags API call (#4562)
11+
12+
### Fixed
13+
14+
- Add `x-flipt-accept-server-version` to default CORS allowed headers (#4564)
15+
- Correct architecture naming in v2 install script for x86_64 systems (#4555)
16+
- Install script no longer incorrectly installs beta versions (#4553)
17+
18+
### Changed
19+
20+
- Refactored CSRF handling to use Go 1.25 CSRF handler (#4561)
21+
- Upgraded Go from 1.24 to 1.25 (#4558)
22+
23+
### Dependencies
24+
25+
- Bumped TypeScript from 5.8.3 to 5.9.2 in UI (#4549)
26+
- Bumped @uiw/react-codemirror from 4.23.8 to 4.24.2 in UI (#4548)
27+
- Bumped lucide-react from 0.534.0 to 0.539.0 in UI (#4547)
28+
629
## [2.0.0](https://github.com/flipt-io/flipt/releases/tag/v2.0.0) - 2025-08-12
730

831
Flipt v2 is a complete re-architecture of Flipt, focused on Git-native operations and multi-environment support. This major release represents a fundamental shift in how Flipt manages feature flags, bringing enterprise-grade GitOps workflows to feature management.

0 commit comments

Comments
 (0)