From 28e2c5f9ca3a903f96d77ae44332b60bebea5628 Mon Sep 17 00:00:00 2001 From: Julik Tarkhanov Date: Sun, 11 Aug 2024 18:02:36 +0200 Subject: [PATCH] Bump version and changelog --- CHANGELOG.md | 4 ++++ lib/zip_kit/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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