Skip to content

Commit 0f6c84c

Browse files
committed
Prepare version 1.6.3
1 parent e9e550e commit 0f6c84c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.6.3
4+
5+
- **Fixed** a bug which resulted in crashes when PostgreSQL connection failed (see #328, thanks to [Ken Greeff](https://github.com/kengreeff))
6+
- **Fixed** a bug which resulted in crashes when MySQL connection failed (see #327, thanks to [Miquel Sabaté Solà](https://github.com/mssola))
7+
38
## 1.6.2
49

510
- **Fixed** a bug which resulted in crashes when database didn't exist (see #323, thanks to [Anmol Chopra](https://github.com/chopraanmol1))

lib/public_activity/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module PublicActivity
22
# A constant with gem's version
3-
VERSION = '1.6.2'
3+
VERSION = '1.6.3'
44
end

0 commit comments

Comments
 (0)