Skip to content

Commit ea80c2e

Browse files
Merge pull request #71 from envato/dan/bump-v0.9.0
2 parents c3c63d6 + 05f35ef commit ea80c2e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
9+
## [0.9.0] - 2021-11-18
10+
911
### Added
1012

1113
- Test against Ruby 3.0 in the CI build ([#67]).
@@ -108,7 +110,8 @@ or when the loop stops
108110
- Postgres related configuration is through `EventSourcery::Postgres.configure`
109111
instead of `EventSourcery.configure`.
110112

111-
[Unreleased]: https://github.com/envato/event_sourcery-postgres/compare/v0.8.1...HEAD
113+
[Unreleased]: https://github.com/envato/event_sourcery-postgres/compare/v0.9.0...HEAD
114+
[0.9.0]: https://github.com/envato/event_sourcery-postgres/compare/v0.8.1...v0.9.0
112115
[0.8.1]: https://github.com/envato/event_sourcery-postgres/compare/v0.8.0...v0.8.1
113116
[0.8.0]: https://github.com/envato/event_sourcery-postgres/compare/v0.7.0...v0.8.0
114117
[0.7.0]: https://github.com/envato/event_sourcery-postgres/compare/v0.6.0...v0.7.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module EventSourcery
22
module Postgres
3-
VERSION = '0.8.1'.freeze
3+
VERSION = '0.9.0'.freeze
44
end
55
end

0 commit comments

Comments
 (0)