Skip to content

Commit aade3b6

Browse files
authored
Release 1.0.0 (#84)
1 parent 2254e91 commit aade3b6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
[Unreleased]: https://github.com/envato/event_sourcery-postgres/compare/v1.0.0...HEAD
11+
12+
## [1.0.0] - 2025-12-28
13+
1014
### Changed
1115

1216
- Resolve issues as identified by RuboCop ([#78], [#82], [#83]).
1317
- Minor fixups in gem metadata ([#79]).
1418
- Remove support for older Ruby versions: Ruby 2.6 or greater is now required ([#80]).
1519

16-
[Unreleased]: https://github.com/envato/event_sourcery-postgres/compare/v0.9.1...HEAD
20+
[1.0.0]: https://github.com/envato/event_sourcery-postgres/compare/v0.9.1...v1.0.0
1721
[#78]: https://github.com/envato/event_sourcery-postgres/pull/78
1822
[#79]: https://github.com/envato/event_sourcery-postgres/pull/79
1923
[#80]: https://github.com/envato/event_sourcery-postgres/pull/80

lib/event_sourcery/postgres/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module EventSourcery
44
module Postgres
5-
VERSION = '0.9.1'
5+
VERSION = '1.0.0'
66
end
77
end

0 commit comments

Comments
 (0)