Skip to content
Merged
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 +1 @@
{".":"6.0.2"}
{".":"6.0.3"}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [6.0.3](https://github.com/Flagsmith/flagsmith-flutter-client/compare/v6.0.2...v6.0.3) (2025-08-28)


### Refactoring

* Improve local cache speed ([#68](https://github.com/Flagsmith/flagsmith-flutter-client/issues/68)) ([2f9a6d9](https://github.com/Flagsmith/flagsmith-flutter-client/commit/2f9a6d9e3862db1f22990228c081e575e9df0f8b))


### Other

* add root CODEOWNERS ([#80](https://github.com/Flagsmith/flagsmith-flutter-client/issues/80)) ([3c74420](https://github.com/Flagsmith/flagsmith-flutter-client/commit/3c74420a321eee54331747f24197a06da7929acc))

## [6.0.2](https://github.com/Flagsmith/flagsmith-flutter-client/compare/v6.0.1...v6.0.2) (2025-07-07)


Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: >-
Flutter Client SDK for https://www.flagsmith.com/, Flagsmith is 100% Open
Source. Host yourself or let us take care of the hosting.

version: 6.0.2
version: 6.0.3
homepage: https://github.com/Flagsmith/flagsmith-flutter-client
repository: https://github.com/Flagsmith/flagsmith-flutter-client
issue_tracker: https://github.com/Flagsmith/flagsmith-flutter-client/issues
Expand Down