diff --git a/CHANGELOG.md b/CHANGELOG.md index f52c89c..80d75c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 6.3.1 + +* Include `RailsStreaming` in a Rails loader callback, so that ActionController does not need to be in the namespace. + ## 6.3.0 * Include `RailsStreaming` automatically via a Railtie. It is not really necessary to force people to manage it manually. diff --git a/lib/zip_kit/version.rb b/lib/zip_kit/version.rb index dfa2df7..dcd198d 100644 --- a/lib/zip_kit/version.rb +++ b/lib/zip_kit/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ZipKit - VERSION = "6.3.0" + VERSION = "6.3.1" end