CHANGELOG.md in event_sourcery-postgres-0.9.0 vs CHANGELOG.md in event_sourcery-postgres-0.9.1

- old
+ new

@@ -4,10 +4,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.9.1] - 2022-01-20 + +### Changed + +- Removed the use of `**` for the private `EventStore#build_event` + method signature and places that call it. + ## [0.9.0] - 2021-11-18 ### Added - Test against Ruby 3.0 in the CI build ([#67]). @@ -108,10 +115,11 @@ ### Changed - Imported code from the [event_sourcery](https://github.com/envato/event_sourcery). - Postgres related configuration is through `EventSourcery::Postgres.configure` instead of `EventSourcery.configure`. -[Unreleased]: https://github.com/envato/event_sourcery-postgres/compare/v0.9.0...HEAD +[Unreleased]: https://github.com/envato/event_sourcery-postgres/compare/v0.9.1...HEAD +[0.9.1]: https://github.com/envato/event_sourcery-postgres/compare/v0.9.0...v0.9.1 [0.9.0]: https://github.com/envato/event_sourcery-postgres/compare/v0.8.1...v0.9.0 [0.8.1]: https://github.com/envato/event_sourcery-postgres/compare/v0.8.0...v0.8.1 [0.8.0]: https://github.com/envato/event_sourcery-postgres/compare/v0.7.0...v0.8.0 [0.7.0]: https://github.com/envato/event_sourcery-postgres/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/envato/event_sourcery-postgres/compare/v0.5.0...v0.6.0