Skip to content

Commit e3735d1

Browse files
committed
Release v1.13.1
1 parent de6f4f5 commit e3735d1

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## [Unreleased]
22

3+
## [1.13.1]
4+
5+
- Do not modify public methods arguments
6+
37
## [1.13.0]
48

59
- Introduce automatic subscriptions recovery from connection errors. This way if a subscription process loses the connection to the database - it will be trying to reconnect until the connection is restored.

lib/pg_eventstore/version.rb

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

33
module PgEventstore
44
# @return [String]
5-
VERSION = "1.13.0"
5+
VERSION = "1.13.1"
66
end

0 commit comments

Comments
 (0)