CHANGELOG.md in event_sourcery-postgres-0.8.1 vs CHANGELOG.md in event_sourcery-postgres-0.9.0
- old
+ new
@@ -4,11 +4,30 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
+## [0.9.0] - 2021-11-18
+### Added
+
+- Test against Ruby 3.0 in the CI build ([#67]).
+
+### Changed
+
+- Use GitHub Actions for the CI build instead of Travis CI ([#66]).
+- This project now uses `main` as its default branch ([#68]).
+ - Documentation updated to refer to `main` and links updated accordingly.
+
+### Removed
+- Remove Ruby 2.3, 2.4 and 2.5 from the CI test matrix ([#70]).
+
+[#66]: https://github.com/envato/event_sourcery-postgres/pull/66
+[#67]: https://github.com/envato/event_sourcery-postgres/pull/67
+[#68]: https://github.com/envato/event_sourcery-postgres/pull/68
+[#70]: https://github.com/envato/event_sourcery-postgres/pull/70
+
## [0.8.1] - 2020-10-02
### Added
- Add Ruby 2.6 and 2.7 to the CI test matrix.
### Removed
@@ -89,10 +108,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.8.1...HEAD
+[Unreleased]: https://github.com/envato/event_sourcery-postgres/compare/v0.9.0...HEAD
+[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
[0.5.0]: https://github.com/envato/event_sourcery-postgres/compare/v0.4.0...v0.5.0