Skip to content

Commit

Permalink
1.001
Browse files Browse the repository at this point in the history
  • Loading branch information
hirose31 committed Dec 19, 2014
1 parent 3a1a767 commit 8ac27af
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes
Expand Up @@ -2,6 +2,10 @@ Revision history for InfluxDB

{{$NEXT}}

1.001 2014-12-19 14:10:32 JST
[NEW FEATURES]
- Support SSL/TLS

1.000 2014-03-28 21:40:54 JST
[IMPROVEMENTS]
- Add methods for continuous query
Expand Down
2 changes: 1 addition & 1 deletion META.json
Expand Up @@ -63,6 +63,6 @@
"web" : "https://github.com/hirose31/p5-InfluxDB"
}
},
"version" : "1.000"
"version" : "1.001"
}

1 change: 1 addition & 0 deletions README.md
Expand Up @@ -24,6 +24,7 @@ To install this module, run the following commands:
username => 'scott',
password => 'tiger',
database => 'test',
# ssl => 1, # enable SSL/TLS access
);

$ix->write_points(
Expand Down
2 changes: 1 addition & 1 deletion lib/InfluxDB.pm
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use 5.010_000;

our $VERSION = '1.000';
our $VERSION = '1.001';

use Class::Accessor::Lite (
new => 0,
Expand Down

0 comments on commit 8ac27af

Please sign in to comment.