We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e6cbf6 commit 16ba5fdCopy full SHA for 16ba5fd
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.6.2
4
+
5
+- **Fixed** a bug which resulted in crashes when database didn't exist (see #323, thanks to [Anmol Chopra](https://github.com/chopraanmol1))
6
7
## 1.6.1
8
9
- **Fixed** a bug with requiring not existent file in generated migrations
lib/public_activity/version.rb
@@ -1,4 +1,4 @@
module PublicActivity
# A constant with gem's version
- VERSION = '1.6.1'
+ VERSION = '1.6.2'
end
0 commit comments