Skip to content

Commit 43fff23

Browse files
Version bump + CHANGELOG update (#34)
1 parent 7ca3b34 commit 43fff23

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [3.0.1]
4+
5+
- Expose `reload` option on all methods for retrieving flag information for a user
6+
- Fix `updateTraits` method following move to edge (which deprecated `/traits/bulk/` endpoint)
7+
38
## [3.0.0]
49

510
- Update default URL to Edge API.

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: >-
33
Flutter Client SDK for https://www.flagsmith.com/, Flagsmith is 100% Open
44
Source. Host yourself or let us take care of the hosting.
55
6-
version: 3.0.0
6+
version: 3.0.1
77
homepage: https://github.com/Flagsmith/flagsmith-flutter-client
88
repository: https://github.com/Flagsmith/flagsmith-flutter-client
99
issue_tracker: https://github.com/Flagsmith/flagsmith-flutter-client/issues
@@ -21,4 +21,4 @@ dev_dependencies:
2121
lints: ^1.0.1
2222
http_mock_adapter: ^0.3.2
2323
mockito: ^5.0.15
24-
test_coverage_badge: ^0.2.0
24+
test_coverage_badge: ^0.2.0

0 commit comments

Comments
 (0)