File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
lib/event_sourcery/postgres Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
66and 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
Original file line number Diff line number Diff line change 11module EventSourcery
22 module Postgres
3- VERSION = '0.8.1 ' . freeze
3+ VERSION = '0.9.0 ' . freeze
44 end
55end
You can’t perform that action at this time.
0 commit comments