======
- Started automatically choosing Avro schemas with the highest version
(based on file names on disk).
- Changed way how event type string is computed. For example,
given User aggregate and Created event, now it would be "user_created"
(while in older versions that would be simply "Created" which sometimes
is not sufficient enough). Moreover it is now possible to override that
with `event_type` attribute set on an event class.