Changelog for Doodle

0.02 2019-08-18T05:47:18
 - Updated documentation
 - Updated build and release scripts
 - Updated miscellaneous tests
 - Allows creating a unique index
 - Added table create/drop with if [not] exists clauses
 - Moved command methods into Helper role
 - Removed Table#update and Table#create callback
 - Initial implementation (#1)

0.01 2019-08-16T20:39:13
 - Built release version 0.01
 - Disabled Travis targets < Perl 5.22
 - Updated documentation
 - Bumped Data::Object version requirement
 - Updated main module synopsis
 - Updated Travis config based on CI failures
 - Cleaned-up signatures in POD
 - Update main module abstract and description
 - Fixed Travis sudo install issue
 - Added Perl 5.30 test target for Travis
 - Added POD and Boilerplate
 - Initial implementation
 - Initial commit