Skip to content

Commit

Permalink
Release/3.0.0 (#28)
Browse files Browse the repository at this point in the history
* Bump version to 3.0.0

* Update default API URL
  • Loading branch information
matthewelwell authored Jun 7, 2022
1 parent 2e9f534 commit 85f1f4b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [3.0.0]

- Update default URL to Edge API.

## [2.3.0]

- Refactor to rely on https://github.com/Flagsmith/flagsmith-flutter-core
Expand Down
2 changes: 1 addition & 1 deletion lib/src/flagsmith_config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class FlagsmithConfig {
/// The [analyticsInterval] is how often the analytics will be pushed to the server in milliseconds, defaults to 10000 (10 seconds)
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/',
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: 2.3.0
version: 3.0.0
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

0 comments on commit 85f1f4b

Please sign in to comment.