Skip to content

Commit 8e6db74

Browse files
committed
Package version is increased from 2.1.3 to 2.1.4
1 parent 81f4365 commit 8e6db74

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
Sun Mar 7 2020
66

7+
Message DB compatibility: [1.2.4](https://github.com/message-db/message-db/releases/tag/v1.2.4)
8+
79
- The `messages` tables columns are ordered for more efficient physical storage allocation.
810

911
This version should not be considered an update to an existing database. It requires a new installation of the database, and therefore its advantages will only apply to new databases.

message-db.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- encoding: utf-8 -*-
22
Gem::Specification.new do |s|
33
s.name = 'message-db'
4-
s.version = '2.1.3'
4+
s.version = '2.1.4'
55
s.summary = 'Microservice native event store and message store for Postgres'
66
s.description = ' '
77

0 commit comments

Comments
 (0)