We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0298829 commit d820088Copy full SHA for d820088
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 3.0.2
4
+
5
+- **Fixed** Refactor prepare_parameters method to handle nil parameters (s. #387, thanks [Himalaya Pal](https://github.com/palhimalaya))
6
+- **Fixed** CI failure due to lax sqlite3 version constraint (s. #389, thanks [Junichi Sato](https://github.com/sato11))
7
8
## 3.0.1
9
10
- **Fixed** Rails 6.1/7.0 regression in serialization of `nil`/`NULL` values
lib/public_activity/version.rb
@@ -1,6 +1,5 @@
# frozen_string_literal: true
module PublicActivity
- # A constant with gem's version
- VERSION = '3.0.1'
+ VERSION = '3.0.2'
end
0 commit comments