We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bb83a1 commit bbeafaeCopy full SHA for bbeafae
Changes
@@ -1,5 +1,8 @@
1
Revision history for Net-CardDAVTalk
2
3
+0.08 Wed Nov 15 16:04 2017
4
+ - always request syncToken and fetch canSync
5
+
6
0.07 Sun Nov 12 18:07 2017
7
- add BATCHSIZE support to GetContactsMulti
8
- set $Net::CardDAVTalk::BATCHSIZE = 100 (default, overridable)
lib/Net/CardDAVTalk.pm
@@ -22,11 +22,11 @@ Net::CardDAVTalk - A library for talking to CardDAV servers
22
23
=head1 VERSION
24
25
-Version 0.07
+Version 0.08
26
27
=cut
28
29
-our $VERSION = '0.07';
+our $VERSION = '0.08';
30
31
our $BATCHSIZE = 100;
32
0 commit comments