CHANGELOG.md in event_sourcery-postgres-0.8.0 vs CHANGELOG.md in event_sourcery-postgres-0.8.1
- old
+ new
@@ -3,12 +3,28 @@
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
-## [0.8.0]
-###
+## [Unreleased]
+
+## [0.8.1] - 2020-10-02
+### Added
+- Add Ruby 2.6 and 2.7 to the CI test matrix.
+
+### Removed
+- Remove Ruby 2.2 from the CI test matrix.
+- Support for Boxen.
+
+### Fixed
+- Upgrade development dependency Rake to version 13. This resolves
+ [CVE-2020-8130](https://github.com/advisories/GHSA-jppv-gw3r-w3q8).
+
+- Resolve warnings raised when running on Ruby 2.7.
+
+## [0.8.0] - 2018-08-06
+### Added
- Add a `on_events_recorded` config option, that defaults to a no-op proc, \
to handle any app specific logic after the events are recoded on `EventStore#sink`
## [0.7.0] - 2018-05-23
### Added
@@ -73,10 +89,13 @@
### 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.6.0...HEAD
+[Unreleased]: https://github.com/envato/event_sourcery-postgres/compare/v0.8.1...HEAD
+[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
[0.5.0]: https://github.com/envato/event_sourcery-postgres/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/envato/event_sourcery-postgres/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/envato/event_sourcery-postgres/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/envato/event_sourcery-postgres/compare/v0.1.0...v0.2.0