Skip to content

Commit 16ba5fd

Browse files
committed
Prepare version 1.6.2
1 parent 3e6cbf6 commit 16ba5fd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

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+
37
## 1.6.1
48

59
- **Fixed** a bug with requiring not existent file in generated migrations

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.1'
3+
VERSION = '1.6.2'
44
end

0 commit comments

Comments
 (0)