diff --git a/CHANGELOG.md b/CHANGELOG.md index c739a0f..ff72189 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Changelog +## [5.0.1] + +- Change the base url to https://edge.api.flagsmith.com/api/v1/ + ## [5.0.0] diff --git a/lib/src/flagsmith_config.dart b/lib/src/flagsmith_config.dart index 9c18bd4..bff62d7 100644 --- a/lib/src/flagsmith_config.dart +++ b/lib/src/flagsmith_config.dart @@ -51,7 +51,7 @@ class FlagsmithConfig { /// You can configure the realtime updates source URL by setting the [realtimeUpdatesBaseURI] parameter const FlagsmithConfig({ - this.baseURI = 'https://api.flagsmith.com/api/v1/', + this.baseURI = 'https://edge.api.flagsmith.com/api/v1/', this.flagsURI = 'flags/', this.identitiesURI = 'identities/', this.traitsURI = 'traits/', diff --git a/pubspec.yaml b/pubspec.yaml index c7d315c..948ff9f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: 5.0.0 +version: 5.0.1 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