Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
memowe committed Jun 17, 2018
1 parent 8608bf8 commit a512294
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.21 2018-06-17
- Add POD documentation to all classes

0.2 2018-06-04
- Improved logging flexibility

Expand Down
2 changes: 1 addition & 1 deletion lib/EventStore/Tiny.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use Data::Compare; # exports Compare()
$Storable::Deparse = 1;
$Storable::Eval = 1;

our $VERSION = '0.2';
our $VERSION = '0.21';

has registry => {};
has events => sub {EventStore::Tiny::EventStream->new(
Expand Down

0 comments on commit a512294

Please sign in to comment.