Skip to content

Commit

Permalink
Bump 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ur5us committed Feb 14, 2024
1 parent d2952cf commit 1f49035
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 3.0.1

- **Fixed** Rails 6.1/7.0 regression in serialization of `nil`/`NULL` values
- **Fixed** Docs for `ORM::ActiveRecord::Activist`

## 3.0.0

- **Added** Rails 7.1 support (s. #384, thanks [max.jos](https://github.com/yhru))
Expand Down
2 changes: 1 addition & 1 deletion lib/public_activity/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module PublicActivity
# A constant with gem's version
VERSION = '3.0.0'
VERSION = '3.0.1'
end

0 comments on commit 1f49035

Please # to comment.