We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9e550e commit 0f6c84cCopy full SHA for 0f6c84c
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
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
8
## 1.6.2
9
10
- **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,4 +1,4 @@
module PublicActivity
# A constant with gem's version
- VERSION = '1.6.2'
+ VERSION = '1.6.3'
end
0 commit comments