Skip to content

Commit d820088

Browse files
committed
Bump version and update changelog
1 parent 0298829 commit d820088

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

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+
38
## 3.0.1
49

510
- **Fixed** Rails 6.1/7.0 regression in serialization of `nil`/`NULL` values

lib/public_activity/version.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# frozen_string_literal: true
22

33
module PublicActivity
4-
# A constant with gem's version
5-
VERSION = '3.0.1'
4+
VERSION = '3.0.2'
65
end

0 commit comments

Comments
 (0)