Skip to content

Commit 62607c1

Browse files
committed
🔖 4.0.9
1 parent 2435068 commit 62607c1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
## 4.0.9
4+
5+
- Fix `persistSession` parameter does not work as expected.
6+
37
## 4.0.8
48

59
- Simply replace `\` to `/` rather than using `Uri` when parsing a storage base directory.

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: cookie_jar
22
description: A cookie manager for http requests in Dart, help you to deal with the cookie policies and persistence.
3-
version: 4.0.8
3+
version: 4.0.9
44
repository: https://github.com/flutterchina/cookie_jar
55
issue_tracker: https://github.com/flutterchina/cookie_jar/issues
66

77
environment:
8-
sdk: '>=2.15.0 <3.0.0'
8+
sdk: '>=2.15.0 <4.0.0'
99

1010
dependencies:
1111
meta: ^1.5.0

0 commit comments

Comments
 (0)