Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.254.0"
".": "2.255.0"
}
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [2.255.0](https://github.com/Flagsmith/flagsmith/compare/v2.254.0...v2.255.0) (2026-07-20)


### Features

* ClickHouse bring-your-own-warehouse connections ([#8020](https://github.com/Flagsmith/flagsmith/issues/8020)) ([10a36ab](https://github.com/Flagsmith/flagsmith/commit/10a36abffa4cf655c5d55d666aaf9fbca62a08e6))
* **oauth:** First-party CLI client and per-client scope policy ([#8029](https://github.com/Flagsmith/flagsmith/issues/8029)) ([4df9bfb](https://github.com/Flagsmith/flagsmith/commit/4df9bfb553c9007d919213b44473778d5a5457a8))
* signup corporate-only experiment with exposure and new_signup events ([#7979](https://github.com/Flagsmith/flagsmith/issues/7979)) ([af83f8e](https://github.com/Flagsmith/flagsmith/commit/af83f8e42dd1265b750daff97c624c144c05e0dd))
* unify base URL config and add region dropdown with manual override ([#7842](https://github.com/Flagsmith/flagsmith/issues/7842)) ([11a02b6](https://github.com/Flagsmith/flagsmith/commit/11a02b6735453824a851a3a86b2ff80a3fb0d42f))


### CI

* **E2E:** Collapse previous Playwright result entries in the sticky PR comment ([#8012](https://github.com/Flagsmith/flagsmith/issues/8012)) ([0838195](https://github.com/Flagsmith/flagsmith/commit/08381958fe355428bf9b936bb0f3c849204eb527))
* Fix documentation artefacts automatically ([#8024](https://github.com/Flagsmith/flagsmith/issues/8024)) ([ea9f723](https://github.com/Flagsmith/flagsmith/commit/ea9f723802bd3d5cb6e69a34e20b75a488c3d732))
* **Renovate:** Add force-update input to Renovate workflow ([#8048](https://github.com/Flagsmith/flagsmith/issues/8048)) ([b349c60](https://github.com/Flagsmith/flagsmith/commit/b349c60cf6b4445872a93abf46f54580567c6b30))


### Docs

* address review feedback on experimentation guides ([#8016](https://github.com/Flagsmith/flagsmith/issues/8016)) ([4932b51](https://github.com/Flagsmith/flagsmith/commit/4932b514d38ef52a1aecfb1b1d41638beaff07b7))
* **images:** optimize images ([#8010](https://github.com/Flagsmith/flagsmith/issues/8010)) ([fb2a6ef](https://github.com/Flagsmith/flagsmith/commit/fb2a6ef527f508dedad5aabcbcdc4b121e1e0541))

## [2.254.0](https://github.com/Flagsmith/flagsmith/compare/v2.253.0...v2.254.0) (2026-07-16)


Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.254.0
2.255.0
Loading