This release brings improvements on how the `EventAnnouncer` generates snowflake-based IDs for sent events.
- `EventAnnouncer` now remembers the last timestamp of each new server-sent event. If the next ID generation timestamp is exactly same as the previous one, `EventAnnouncer` increments the sequence ID parameter by 1, thus giving a completely unique ID for each new event. Otherwise, the sequence ID resets to 0.
- Event creating timestamps are now based on milliseconds since the epoch timestamp. Previously, this was based on the number of seconds since the given epoch.
**Full Changelog**: https://github.com/acarasimon96/TweetRelay/compare/0.3.0...0.3.1